Documentation

O365TeamsSendMessageForm extends FormBase
in package

Provides an Office 365 - Teams integration form.

Table of Contents

$request  : Request|null
The current request.
$sendMessageService  : O365TeamsSendMessageService
Our custom message sending service.
__construct()  : mixed
The form class constructor.
buildForm()  : mixed
{@inheritdoc}
create()  : mixed
{@inheritdoc}
getFormId()  : mixed
{@inheritdoc}
submitForm()  : mixed
{@inheritdoc}

Properties

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

create()

{@inheritdoc}

public static create(ContainerInterface $container) : mixed
Parameters
$container : ContainerInterface
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

Search results