You are here

public function AnimateDeleteForm::getQuestion in Animate Any 8

Returns the question to ask the user.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form question. The page title will be set to this value.

Overrides ConfirmFormInterface::getQuestion

File

src/Form/AnimateDeleteForm.php, line 20

Class

AnimateDeleteForm
Defines a confirmation form for deleting Animation data from Animation list.

Namespace

Drupal\animate_any\Form

Code

public function getQuestion() {
  return t('Are you sure want to delete this record?');
}