You are here

constant DependencyCalculatorEvents::FILTER_CONFIG_ENTITIES in Dependency Calculation 8

The event fired against config entities for dependency calculation.

The event listener method receives a \Drupal\depcalc\Event\FilterDependencyConfigEntityEvent instance.

See also

\Drupal\depcalc\Event\FilterDependencyConfigEntityEvent

\Drupal\depcalc\EventSubscriber\DependencyCollector\ConfigEntityDependencyCollector::onCalculateDependencies

File

src/DependencyCalculatorEvents.php, line 52

Class

DependencyCalculatorEvents
Defines events for the depcalc module.

Namespace

Drupal\depcalc

Code

const FILTER_CONFIG_ENTITIES = "depcalc_filter_config_entities";