ParticipantsController
extends ControllerBase
in package
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
$configFactory
Configuration Factory.
protected
ConfigFactory
$configFactory
$entityTypeManager
The entity type manager.
protected
EntityTypeManagerInterface
$entityTypeManager
$moduleHandler
The entity ModuleHandler.
protected
ModuleHandlerInterface
$moduleHandler
$termHelper
Term helper.
protected
Term
$termHelper
$userHelper
User helper.
protected
User
$userHelper
Methods
__construct()
Constructs a User object.
public
__construct(EntityTypeManagerInterface $entity_type_manager, ModuleHandlerInterface $moduleHandler, ConfigFactory $configFactory, User $userHelper, Term $termHelper) : mixed
Parameters
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