public VocabularyDeleteForm::getDescription()
Returns additional text to display as a description.
Return value
string The form description.
Overrides EntityConfirmFormBase::getDescription
File
- core/modules/taxonomy/src/Form/VocabularyDeleteForm.php, line 29
Class
- VocabularyDeleteForm
- Provides a deletion confirmation form for taxonomy vocabulary.
Namespace
Drupal\taxonomy\Form
Code
public function getDescription() { return $this->t('Deleting a vocabulary will delete all the terms in it. This action cannot be undone.'); }
Please login to continue.