European Week of Regions and Cities

ParticipantsController extends ControllerBase

Controller for the registered participants list page.

Table of Contents

Properties

$configFactory  : ConfigFactory
Configuration Factory.
$entityTypeManager  : EntityTypeManagerInterface
The entity type manager.
$moduleHandler  : ModuleHandlerInterface
The entity ModuleHandler.
$termHelper  : Term
Term helper.
$userHelper  : User
User helper.

Methods

__construct()  : mixed
Constructs a User object.
create()  : mixed
Create container.
getParticipantsContactPage()  : mixed
Participants conact page.
getParticipantsListPage()  : mixed
Get the registered participants list page.

Properties

$entityTypeManager

The entity type manager.

protected EntityTypeManagerInterface $entityTypeManager

Methods

__construct()

Constructs a User object.

public __construct(EntityTypeManagerInterface $entity_type_manager, ModuleHandlerInterface $moduleHandler, ConfigFactory $configFactory, User $userHelper, Term $termHelper) : mixed
Parameters
$entity_type_manager : EntityTypeManagerInterface
$moduleHandler : ModuleHandlerInterface
$configFactory : ConfigFactory
$userHelper : User
$termHelper : Term

create()

Create container.

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

getParticipantsContactPage()

Participants conact page.

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

getParticipantsListPage()

Get the registered participants list page.

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

        
On this page

Search results