class SettingsForm extends ConfigFormBase

Settings form for the o365 module.

Methods

array
buildForm(array $form, FormStateInterface $form_state)

{@inheritdoc}

array
getEditableConfigNames()

{@inheritdoc}

string
getFormId()

{@inheritdoc}

void
submitForm(array $form, FormStateInterface $form_state)

{@inheritdoc}

Details

at line 30
array buildForm(array $form, FormStateInterface $form_state)

{@inheritdoc}

Parameters

array $form
FormStateInterface $form_state

Return Value

array

at line 16
protected array getEditableConfigNames()

{@inheritdoc}

Return Value

array

at line 23
string getFormId()

{@inheritdoc}

Return Value

string

at line 45
void submitForm(array $form, FormStateInterface $form_state)

{@inheritdoc}

Parameters

array $form
FormStateInterface $form_state

Return Value

void