public function ShurlyDeactivateForm::getDescription in ShURLy 8
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides ConfirmFormBase::getDescription
File
- src/
Form/ ShurlyDeactivateForm.php, line 62
Class
- ShurlyDeactivateForm
- ShurlyDeactivateForm.
Namespace
Drupal\shurly\FormCode
public function getDescription() {
return t('Once this item is deactivated, you will not be able to create another link with the same short URL.');
}