function ShortcutNavigationLazyBuilder::__construct

Same name and namespace in other branches
  1. 11.x 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\shortcut

Code

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.