CatalogItemDeleteForm
extends ContentEntityConfirmFormBase
in package
uses
EntityDeleteFormTrait, StringTranslationTrait
The catalog item delete confirmation form.
Table of Contents
Methods
- buildForm() : mixed
- {@inheritdoc}
- getCancelUrl() : mixed
- {@inheritdoc}
- getQuestion() : mixed
- {@inheritdoc}
- submitForm() : mixed
- {@inheritdoc}
- getDeletionMessage() : mixed
- {@inheritdoc}
- logDeletionMessage() : 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
getCancelUrl()
{@inheritdoc}
public
getCancelUrl() : mixed
getQuestion()
{@inheritdoc}
public
getQuestion() : mixed
submitForm()
{@inheritdoc}
public
submitForm(array<string|int, mixed> &$form, FormStateInterface $form_state) : mixed
Parameters
- $form : array<string|int, mixed>
- $form_state : FormStateInterface
getDeletionMessage()
{@inheritdoc}
protected
getDeletionMessage() : mixed
logDeletionMessage()
{@inheritdoc}
protected
logDeletionMessage() : mixed