function ThemeHookCollectorPass::process
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php \Drupal\Core\Hook\ThemeHookCollectorPass::process()
File
-
core/
lib/ Drupal/ Core/ Hook/ ThemeHookCollectorPass.php, line 76
Class
- ThemeHookCollectorPass
- Collects and registers hook implementations.
Namespace
Drupal\Core\HookCode
public function process(ContainerBuilder $container) : void {
$collectorThemes = static::collectAllHookImplementations($container);
$collectorThemes->writeToContainer($container);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.