function UserNavigationBlock::__construct
Same name in other branches
- 10 core/modules/navigation/src/Plugin/Block/UserNavigationBlock.php \Drupal\navigation\Plugin\Block\UserNavigationBlock::__construct()
Constructs the plugin instance.
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.
Overrides BlockPluginTrait::__construct
File
-
core/
modules/ navigation/ src/ Plugin/ Block/ UserNavigationBlock.php, line 37
Class
- UserNavigationBlock
- Defines a user navigation block.
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.