public function ShurlyDeactivateForm::getQuestion in ShURLy 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/ ShurlyDeactivateForm.php, line 48
Class
- ShurlyDeactivateForm
- ShurlyDeactivateForm.
Namespace
Drupal\shurly\FormCode
public function getQuestion() {
return t('Are you sure you want to deactivate this short URL?');
}