function ShortcutNavigationLazyBuilder::__construct
Same name and namespace in other branches
- main core/modules/shortcut/src/ShortcutNavigationLazyBuilder.php \Drupal\shortcut\ShortcutNavigationLazyBuilder::__construct()
Constructs a ShortcutLazyBuilders object.
Parameters
\Drupal\shortcut\ShortcutLazyBuilders $shortcutLazyBuilder: The original shortcuts lazy builder service.
File
-
core/
modules/ shortcut/ src/ ShortcutNavigationLazyBuilder.php, line 23
Class
- ShortcutNavigationLazyBuilder
- Lazy Builders for Navigation shortcuts links.
Namespace
Drupal\shortcutCode
public function __construct(protected readonly ShortcutLazyBuilders $shortcutLazyBuilder) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.