public function OpignoActivityRevisionDeleteForm::getQuestion in Opigno module 8
Same name and namespace in other branches
- 3.x 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\FormCode
public function getQuestion() {
return t('Are you sure you want to delete the revision?');
}