function EntityConfirmFormBase::getDescription
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php \Drupal\Core\Entity\EntityConfirmFormBase::getDescription()
- 10 core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php \Drupal\Core\Entity\EntityConfirmFormBase::getDescription()
1 method overrides EntityConfirmFormBase::getDescription()
- LanguageDeleteForm::getDescription in core/
modules/ language/ src/ Form/ LanguageDeleteForm.php - Returns additional text to display as a description.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityConfirmFormBase.php, line 26
Class
- EntityConfirmFormBase
- Provides a generic base class for an entity-based confirmation form.
Namespace
Drupal\Core\EntityCode
public function getDescription() {
return $this->t('This action cannot be undone.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.