constant DependencyCalculatorEvents::SECTION_COMPONENT_DEPENDENCIES_EVENT in Dependency Calculation 8
Name of the event fired when dependencies from a Layout Builder component are calculated.
The event listener method receives a \Drupal\depcalc\Event\CalculateLayoutBuilderComponentDependenciesEvent instance.
See also
\Drupal\depcalc\Event\SectionComponentDependenciesEvent
\Drupal\depcalc\EventSubscriber\DependencyCollector\LayoutBuilderFieldDependencyCollector
File
- src/
DependencyCalculatorEvents.php, line 67
Class
- DependencyCalculatorEvents
- Defines events for the depcalc module.
Namespace
Drupal\depcalcCode
const SECTION_COMPONENT_DEPENDENCIES_EVENT = "section_component_dependencies_event";