public ContentEntityConfirmFormBase::getDescription()
Returns additional text to display as a description.
string The form description.
Overrides ConfirmFormInterface::getDescription
public function getDescription() { return $this->t('This action cannot be undone.'); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!ContentEntityConfirmFormBase.php/function/ContentEntityConfirmFormBase::getDescription/8.1.x