function ShortcutNavigationBlock::__construct

Same name and namespace in other branches
  1. 11.x core/modules/shortcut/src/Plugin/Block/ShortcutNavigationBlock.php \Drupal\shortcut\Plugin\Block\ShortcutNavigationBlock::__construct()

Constructs a new ShortcutsNavigationBlock.

Parameters

array $configuration: A configuration array containing information about the plugin instance.

string $plugin_id: The plugin ID for the plugin instance.

mixed $plugin_definition: The plugin implementation definition.

\Drupal\Core\Extension\ModuleHandlerInterface $moduleHandler: The module handler service.

1 method overrides ShortcutNavigationBlock::__construct()
NavigationShortcutsBlock::__construct in core/modules/navigation/src/Plugin/Block/NavigationShortcutsBlock.php
Constructs a new ShortcutsNavigationBlock.

File

core/modules/shortcut/src/Plugin/Block/ShortcutNavigationBlock.php, line 39

Class

ShortcutNavigationBlock
Defines a shortcuts navigation block class.

Namespace

Drupal\shortcut\Plugin\Block

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition, protected ModuleHandlerInterface $moduleHandler) {
  parent::__construct($configuration, $plugin_id, $plugin_definition);
}

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