class O365ProfileTeamsLinksConfigForm extends ConfigFormBase

Configure Microsoft 365 - Profiles and personas settings for this site.

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 23
protected array getEditableConfigNames()

{@inheritdoc}

Return Value

array

at line 16
string getFormId()

{@inheritdoc}

Return Value

string

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

{@inheritdoc}

Parameters

array $form
FormStateInterface $form_state

Return Value

void