function NavigationShortcutsBlock::__construct
Same name and namespace in other branches
- 10 core/modules/navigation/src/Plugin/Block/NavigationShortcutsBlock.php \Drupal\navigation\Plugin\Block\NavigationShortcutsBlock::__construct()
- 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 ShortcutNavigationBlock::__construct
File
-
core/
modules/ navigation/ src/ Plugin/ Block/ NavigationShortcutsBlock.php, line 34
Class
- NavigationShortcutsBlock
- Defines a shortcuts navigation block class.
Namespace
Drupal\navigation\Plugin\BlockCode
public function __construct(array $configuration, $plugin_id, $plugin_definition, protected ModuleHandlerInterface $moduleHandler) {
parent::__construct($configuration, $plugin_id, $plugin_definition, $moduleHandler);
@trigger_error(__CLASS__ . ' is deprecated in drupal:11.5.0 and is removed from drupal:12.0.0. Use \\Drupal\\shortcut\\Plugin\\Block\\ShortcutNavigationBlock instead. See https://www.drupal.org/node/3587759', E_USER_DEPRECATED);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.