class O365ConnectorDeleteForm extends EntityConfirmFormBase

Builds the form to delete Microsoft 365 connector entities.

Methods

Url
getCancelUrl()

{@inheritdoc}

TranslatableMarkup
getConfirmText()

{@inheritdoc}

TranslatableMarkup
getQuestion()

{@inheritdoc}

void
submitForm(array $form, FormStateInterface $form_state)

{@inheritdoc}

Details

at line 25
Url getCancelUrl()

{@inheritdoc}

Return Value

Url

at line 32
TranslatableMarkup getConfirmText()

{@inheritdoc}

Return Value

TranslatableMarkup

at line 18
TranslatableMarkup getQuestion()

{@inheritdoc}

Return Value

TranslatableMarkup

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

{@inheritdoc}

Parameters

array $form
FormStateInterface $form_state

Return Value

void