O365ConnectorForm
extends EntityForm
in package
Builds the form to create/edit Microsoft 365 connector entities.
Table of Contents
Methods
- exist() : bool
- Helper function to check whether a Social o365 configuration entity exists.
- form() : array<string|int, mixed>
- {@inheritdoc}
- save() : mixed
- {@inheritdoc}
Methods
exist()
Helper function to check whether a Social o365 configuration entity exists.
public
exist(mixed $id) : bool
Parameters
- $id : mixed
Return values
boolform()
{@inheritdoc}
public
form(array<string|int, mixed> $form, FormStateInterface $form_state) : array<string|int, mixed>
Parameters
- $form : array<string|int, mixed>
- $form_state : FormStateInterface
Return values
array<string|int, mixed>save()
{@inheritdoc}
public
save(array<string|int, mixed> $form, FormStateInterface $form_state) : mixed
Parameters
- $form : array<string|int, mixed>
- $form_state : FormStateInterface