Documentation

SettingsForm extends ConfigFormBase
in package

Settings form for the SSO module.

Table of Contents

buildForm()  : mixed
{@inheritdoc}
getFormId()  : mixed
{@inheritdoc}
submitForm()  : mixed
{@inheritdoc}
getEditableConfigNames()  : mixed
{@inheritdoc}

Methods

buildForm()

{@inheritdoc}

public buildForm(array<string|int, mixed> $form, FormStateInterface $form_state) : mixed
Parameters
$form : array<string|int, mixed>
$form_state : FormStateInterface
Return values
mixed

getFormId()

{@inheritdoc}

public getFormId() : mixed
Return values
mixed

submitForm()

{@inheritdoc}

public submitForm(array<string|int, mixed> &$form, FormStateInterface $form_state) : mixed
Parameters
$form : array<string|int, mixed>
$form_state : FormStateInterface
Return values
mixed

getEditableConfigNames()

{@inheritdoc}

protected getEditableConfigNames() : mixed
Return values
mixed

Search results