class SearchContactForm extends FormBase

Provides a o365_contacts form.

Methods

array
buildForm(array $form, FormStateInterface $form_state)

{@inheritdoc}

string
getFormId()

{@inheritdoc}

void
submitForm(array $form, FormStateInterface $form_state)

{@inheritdoc}

Details

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

{@inheritdoc}

Parameters

array $form
FormStateInterface $form_state

Return Value

array

at line 16
string getFormId()

{@inheritdoc}

Return Value

string

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

{@inheritdoc}

Parameters

array $form
FormStateInterface $form_state

Return Value

void