function NavigationShortcutsBlock::__construct
Same name in other branches
- 11.x core/modules/navigation/src/Plugin/Block/NavigationShortcutsBlock.php \Drupal\navigation\Plugin\Block\NavigationShortcutsBlock::__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.
Overrides BlockPluginTrait::__construct
File
-
core/
modules/ navigation/ src/ Plugin/ Block/ NavigationShortcutsBlock.php, line 42
Class
- NavigationShortcutsBlock
- Defines a shortcuts navigation block class.
Namespace
Drupal\navigation\Plugin\BlockCode
public function __construct(array $configuration, $plugin_id, $plugin_definition, 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.