function ViewsThemeHooks::__construct
Same name and namespace in other branches
- 11.x core/modules/views/src/Hook/ViewsThemeHooks.php \Drupal\views\Hook\ViewsThemeHooks::__construct()
File
-
core/
modules/ views/ src/ Hook/ ViewsThemeHooks.php, line 31
Class
- ViewsThemeHooks
- Hook implementations for views.
Namespace
Drupal\views\HookCode
public function __construct(protected ModuleHandlerInterface $moduleHandler, protected ModuleExtensionList $moduleExtensionList, protected CurrentPathStack $currentPathStack, protected RouteProviderInterface $routeProvider, protected RequestStack $requestStack, protected ConfigFactoryInterface $configFactory, protected RendererInterface $renderer, protected PagerManagerInterface $pagerManager, protected LanguageManagerInterface $languageManager, protected TimeInterface $time) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.