European Week of Regions and Cities

UsersController extends ControllerBase

Controller for the export users.

Table of Contents

Properties

$configFactory  : ConfigFactory
Configuration Factory.
$dateFormatter  : DateFormatterInterface
The date formatter service.
$export  : Export
Export helper.
$fileSystem  : FileSystem
Drupal file system.
$formBuilder  : FormBuilderInterface
Form builder will be used via Dependency Injection.
$moduleHandler  : ModuleHandlerInterface
The entity ModuleHandler.
$partner  : Partner
Partner helper.
$session  : Session
Session helper.
$term  : Term
Term helper.

Methods

__construct()  : mixed
Constructor.
create()  : mixed
Create container.
exportCountSessionsRegistrations()  : mixed
Export count sessions registrations.
exportSessionSpeakersModerators()  : mixed
Export sessions speakers / moderators.
getExportUsersXlsLink()  : mixed
Provide xls file link after creation.

Properties

$configFactory

Configuration Factory.

protected ConfigFactory $configFactory

$dateFormatter

The date formatter service.

protected DateFormatterInterface $dateFormatter

$formBuilder

Form builder will be used via Dependency Injection.

protected FormBuilderInterface $formBuilder

$moduleHandler

The entity ModuleHandler.

protected ModuleHandlerInterface $moduleHandler

Methods

__construct()

Constructor.

public __construct(DateFormatterInterface $dateFormatter, ConfigFactory $configFactory, ModuleHandlerInterface $moduleHandler, FormBuilderInterface $formBuilder, FileSystemInterface $fileSystem, Term $term, Partner $partner, Session $session, Export $export) : mixed
Parameters
$dateFormatter : DateFormatterInterface
$configFactory : ConfigFactory
$moduleHandler : ModuleHandlerInterface
$formBuilder : FormBuilderInterface
$fileSystem : FileSystemInterface
$term : Term
$partner : Partner
$session : Session
$export : Export

create()

Create container.

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

exportCountSessionsRegistrations()

Export count sessions registrations.

public exportCountSessionsRegistrations() : mixed

exportSessionSpeakersModerators()

Export sessions speakers / moderators.

public exportSessionSpeakersModerators() : mixed

Provide xls file link after creation.

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

        
On this page

Search results