public function CustomServicesDeleteForm::getDescription in Shorten URLs 8
Same name and namespace in other branches
- 8.2 modules/shorten_cs/src/Form/CustomServicesDeleteForm.php \Drupal\shorten_cs\Form\CustomServicesDeleteForm::getDescription()
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides ConfirmFormBase::getDescription
File
- modules/
shorten_cs/ src/ Form/ CustomServicesDeleteForm.php, line 46
Class
- CustomServicesDeleteForm
- Settings form.
Namespace
Drupal\shorten_cs\FormCode
public function getDescription() {
return t('This action cannot be undone.');
}