ProgrammeForm
extends ConfigFormBase
in package
Verify partner submission duplicates.
Table of Contents
Methods
- buildForm() : mixed
- Build form.
- getFormId() : string
- {@inheritdoc}
- submitForm() : mixed
- Submit form.
- getEditableConfigNames() : mixed
- {@inheritdoc}
- addActionsSection() : mixed
- Add Actions section.
- addExportSection() : mixed
- Add export section fields / urls.
- addProgrammeSection() : mixed
- Add programme section.
Methods
buildForm()
Build form.
public
buildForm(array<string|int, mixed> $form, FormStateInterface $form_state) : mixed
Parameters
- $form : array<string|int, mixed>
- $form_state : FormStateInterface
Tags
getFormId()
{@inheritdoc}
public
getFormId() : string
Return values
stringsubmitForm()
Submit form.
public
submitForm(array<string|int, mixed> &$form, FormStateInterface $form_state) : mixed
Parameters
- $form : array<string|int, mixed>
- $form_state : FormStateInterface
Tags
getEditableConfigNames()
{@inheritdoc}
protected
getEditableConfigNames() : mixed
addActionsSection()
Add Actions section.
private
addActionsSection(mixed &$form) : mixed
Parameters
- $form : mixed
addExportSection()
Add export section fields / urls.
private
addExportSection(mixed &$form) : mixed
Parameters
- $form : mixed
addProgrammeSection()
Add programme section.
private
addProgrammeSection(mixed &$form) : mixed
Parameters
- $form : mixed