You are here

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\depcalc

Code

const FILTER_FIELDS = "depcalc_filter_fields";