DecisionsPage
extends ControllerBase
in package
Controller for decisions pages.
Table of Contents
Properties
- $entityTypeManager : EntityTypeManagerInterface
- Entity type manager.
- $menuHelper : MenuHelper
- Host menuHelper service.
- $getDecisionsAnalytics : GetDecisionsAnalytics
- Get Statistics.
Methods
- __construct() : mixed
- StatisticsPage constructor.
- contentDecisionsAnalytics() : mixed
- Callback method to render contet analytics page.
- create() : mixed
- Create container.
Properties
$entityTypeManager
Entity type manager.
protected
EntityTypeManagerInterface
$entityTypeManager
$menuHelper
Host menuHelper service.
protected
MenuHelper
$menuHelper
$getDecisionsAnalytics
Get Statistics.
private
GetDecisionsAnalytics
$getDecisionsAnalytics
Methods
__construct()
StatisticsPage constructor.
public
__construct(FormBuilderInterface $form_builder, GetDecisionsAnalytics $getDecisionsAnalytics, MenuHelper $menuHelper) : mixed
Parameters
- $form_builder : FormBuilderInterface
- $getDecisionsAnalytics : GetDecisionsAnalytics
- $menuHelper : MenuHelper
contentDecisionsAnalytics()
Callback method to render contet analytics page.
public
contentDecisionsAnalytics() : mixed
create()
Create container.
public
static create(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface