European Week of Regions and Cities

ReportingController extends ControllerBase Uses StringTranslationTrait

Controller for the reporting side events tab.

Table of Contents

Properties

$configFactory  : ConfigFactory
Configuration Factory.
$dateFormatter  : DateFormatterInterface
The date formatter service.
$entityTypeManager  : EntityTypeManagerInterface
The entity type manager.
$formBuilder  : FormBuilderInterface
Form builder will be used via Dependency Injection.
$moduleHandler  : ModuleHandlerInterface
The entity ModuleHandler.
$reporting  : Reporting
File helper.
$sessionHelper  : Session
Session helper.

Methods

__construct()  : mixed
Constructor.
create()  : mixed
Create container.
exportSideEventsReporting()  : mixed
Export side events reporting.
getReportingPage()  : mixed
Get the reporting page.

Properties

$dateFormatter

The date formatter service.

protected DateFormatterInterface $dateFormatter

$entityTypeManager

The entity type manager.

protected EntityTypeManagerInterface $entityTypeManager

$formBuilder

Form builder will be used via Dependency Injection.

protected FormBuilderInterface $formBuilder

$moduleHandler

The entity ModuleHandler.

protected ModuleHandlerInterface $moduleHandler

Methods

__construct()

Constructor.

public __construct(EntityTypeManagerInterface $entity_type_manager, DateFormatterInterface $dateFormatter, ConfigFactory $configFactory, Session $sessionHelper, Reporting $reporting, ModuleHandlerInterface $moduleHandler, FormBuilderInterface $formBuilder) : mixed
Parameters
$entity_type_manager : EntityTypeManagerInterface
$dateFormatter : DateFormatterInterface
$configFactory : ConfigFactory
$sessionHelper : Session
$reporting : Reporting
$moduleHandler : ModuleHandlerInterface
$formBuilder : FormBuilderInterface

create()

Create container.

public static create(ContainerInterface $container) : mixed
Parameters
$container : ContainerInterface

exportSideEventsReporting()

Export side events reporting.

public exportSideEventsReporting() : mixed

getReportingPage()

Get the reporting page.

public getReportingPage(Request $request) : mixed
Parameters
$request : Request

        
On this page

Search results