constant DependencyCalculatorEvents::FILTER_FIELDS in Dependency Calculation 8
The event fired against isolated fields for dependency calculation.
The event listener method receives a \Drupal\depcalc\Event\FilterDependencyCalculationFieldsEvent instance.
See also
\Drupal\depcalc\Event\FilterDependencyCalculationFieldsEvent
\Drupal\depcalc\FieldExtractor::getFieldsFromEntity
File
- src/
DependencyCalculatorEvents.php, line 39
Class
- DependencyCalculatorEvents
- Defines events for the depcalc module.
Namespace
Drupal\depcalcCode
const FILTER_FIELDS = "depcalc_filter_fields";