constant DependencyCalculatorEvents::INVALIDATE_DEPENDENCIES in Dependency Calculation 8
Name of the event fired with a dependency is invalidated from the cache.
The event listener method recieves a \Drupal\depcalc\Event\InvalidateDependenciesEvent instance.
See also
\Drupal\depcalc\Cache\DepcalcCacheBackend
File
- src/
DependencyCalculatorEvents.php, line 79
Class
- DependencyCalculatorEvents
- Defines events for the depcalc module.
Namespace
Drupal\depcalcCode
const INVALIDATE_DEPENDENCIES = "depcalc_invalidate_dependencies";