constant DependencyCalculatorEvents::CALCULATE_DEPENDENCIES in Dependency Calculation 8
Name of the event fired when an entity's dependencies are calculated.
This event allows modules to collaborate on entity dependency calculation. The event listener method receives a \Drupal\depcalc\Event\CalculateEntityDependenciesEvent instance.
See also
\Drupal\depcalc\Event\CalculateEntityDependenciesEvent
\Drupal\depcalc\DependencyCalculator::calculateDependencies
File
- src/
DependencyCalculatorEvents.php, line 26
Class
- DependencyCalculatorEvents
- Defines events for the depcalc module.
Namespace
Drupal\depcalcCode
const CALCULATE_DEPENDENCIES = "calculate_dependencies";