You are here

public function OpignoActivityRevisionDeleteForm::getQuestion in Opigno module 3.x

Same name and namespace in other branches
  1. 8 src/Form/OpignoActivityRevisionDeleteForm.php \Drupal\opigno_module\Form\OpignoActivityRevisionDeleteForm::getQuestion()

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/OpignoActivityRevisionDeleteForm.php, line 77

Class

OpignoActivityRevisionDeleteForm
Provides a form for deleting a Answer revision.

Namespace

Drupal\opigno_module\Form

Code

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