Documentation

SearchContactForm extends FormBase
in package

Provides a o365_contacts form.

Table of Contents

buildForm()  : mixed
{@inheritdoc}
getFormId()  : mixed
{@inheritdoc}
submitForm()  : mixed
{@inheritdoc}
validateForm()  : 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

validateForm()

{@inheritdoc}

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

Search results