DashboardController
extends ControllerBase
in package
Dashboard Controller class.
Table of Contents
Properties
- $moduleHandler : ModuleHandlerInterface
- The entity ModuleHandler.
Methods
- __construct() : mixed
- Constructs a Dashboard Controller.
- create() : mixed
- Create container.
- dashboard() : mixed
- Show dashboard links on Drupal backoffice menu.
Properties
$moduleHandler
The entity ModuleHandler.
protected
ModuleHandlerInterface
$moduleHandler
Methods
__construct()
Constructs a Dashboard Controller.
public
__construct(ModuleHandlerInterface $moduleHandler) : mixed
Parameters
- $moduleHandler : ModuleHandlerInterface
create()
Create container.
public
static create(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface
dashboard()
Show dashboard links on Drupal backoffice menu.
public
dashboard() : mixed