function ShortcutLazyBuilder::__construct

Same name in other branches
  1. 11.x core/modules/navigation/src/ShortcutLazyBuilder.php \Drupal\navigation\ShortcutLazyBuilder::__construct()

Constructs a ShortcutLazyBuilders object.

Parameters

\Drupal\shortcut\ShortcutLazyBuilders $shortcutLazyBuilder: The original shortcuts lazy builder service.

File

core/modules/navigation/src/ShortcutLazyBuilder.php, line 24

Class

ShortcutLazyBuilder
Lazy Builders for Navigation shortcuts links.

Namespace

Drupal\navigation

Code

public function __construct(ShortcutLazyBuilders $shortcutLazyBuilder) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.