class O365ConnectorForm extends EntityForm

Builds the form to create/edit Microsoft 365 connector entities.

Methods

bool
exist($id)

Helper function to check whether a Social o365 configuration entity exists.

array
form(array $form, FormStateInterface $form_state)

{@inheritdoc}

save(array $form, FormStateInterface $form_state)

{@inheritdoc}

Details

at line 99
bool exist($id)

Helper function to check whether a Social o365 configuration entity exists.

Parameters

$id

Return Value

bool

at line 16
array form(array $form, FormStateInterface $form_state)

{@inheritdoc}

Parameters

array $form
FormStateInterface $form_state

Return Value

array

at line 77
save(array $form, FormStateInterface $form_state)

{@inheritdoc}

Parameters

array $form
FormStateInterface $form_state