UsersController
extends ControllerBase
in package
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
$export
Export helper.
protected
Export
$export
$fileSystem
Drupal file system.
protected
FileSystem
$fileSystem
$formBuilder
Form builder will be used via Dependency Injection.
protected
FormBuilderInterface
$formBuilder
$moduleHandler
The entity ModuleHandler.
protected
ModuleHandlerInterface
$moduleHandler
$partner
Partner helper.
protected
Partner
$partner
$session
Session helper.
protected
Session
$session
$term
Term helper.
protected
Term
$term
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
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
getExportUsersXlsLink()
Provide xls file link after creation.
public
getExportUsersXlsLink(Request $request) : mixed
Parameters
- $request : Request