Documentation

ApiSettingsForm extends ConfigFormBase
in package

Settings form, used to set the API settings like client_id.

Table of Contents

$helperService  : HelperService
The o365 helper service.
buildForm()  : mixed
{@inheritdoc}
create()  : mixed
{@inheritdoc}
getFormId()  : mixed
{@inheritdoc}
submitForm()  : mixed
{@inheritdoc}
getEditableConfigNames()  : mixed
{@inheritdoc}

Properties

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

create()

{@inheritdoc}

public static create(ContainerInterface $container) : mixed
Parameters
$container : ContainerInterface
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