SessionsConfigurationForm
extends ConfigFormBase
in package
Sessions form module settings.
Table of Contents
Properties
- $programmePdf : ProgrammePdf
- Programme PDF generator.
- $state : State
- Drupal state.
Methods
- __construct() : mixed
- MapConfigurationForm constructor.
- buildForm() : mixed
- {@inheritdoc}
- create() : mixed
- Create state.
- getFormId() : mixed
- {@inheritdoc}
- programmePdfGenerate() : mixed
- Ajax callback.
- submitForm() : mixed
- {@inheritdoc}
- getEditableConfigNames() : mixed
- {@inheritdoc}
Properties
$programmePdf
Programme PDF generator.
protected
ProgrammePdf
$programmePdf
$state
Drupal state.
protected
State
$state
Methods
__construct()
MapConfigurationForm constructor.
public
__construct(ProgrammePdf $programmePdf, State $state) : mixed
Parameters
- $programmePdf : ProgrammePdf
-
Programme PDF generator.
- $state : State
-
Drupal state.
buildForm()
{@inheritdoc}
public
buildForm(array<string|int, mixed> $form, FormStateInterface $form_state) : mixed
Parameters
- $form : array<string|int, mixed>
- $form_state : FormStateInterface
create()
Create state.
public
static create(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface
getFormId()
{@inheritdoc}
public
getFormId() : mixed
programmePdfGenerate()
Ajax callback.
public
programmePdfGenerate(array<string|int, mixed> &$form, FormStateInterface $form_state) : mixed
Parameters
- $form : array<string|int, mixed>
- $form_state : FormStateInterface
Tags
submitForm()
{@inheritdoc}
public
submitForm(array<string|int, mixed> &$form, FormStateInterface $form_state) : mixed
Parameters
- $form : array<string|int, mixed>
- $form_state : FormStateInterface
getEditableConfigNames()
{@inheritdoc}
protected
getEditableConfigNames() : mixed