VocabularyDeleteForm::getDescription

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.');
}
doc_Drupal
2016-10-29 09:56:19
Comments
Leave a Comment

Please login to continue.