function ContentEntityConfirmFormBase::getCancelText
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php \Drupal\Core\Entity\ContentEntityConfirmFormBase::getCancelText()
- 8.9.x core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php \Drupal\Core\Entity\ContentEntityConfirmFormBase::getCancelText()
- 10 core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php \Drupal\Core\Entity\ContentEntityConfirmFormBase::getCancelText()
Overrides ConfirmFormInterface::getCancelText
File
-
core/
lib/ Drupal/ Core/ Entity/ ContentEntityConfirmFormBase.php, line 38
Class
- ContentEntityConfirmFormBase
- Provides a generic base class for an entity-based confirmation form.
Namespace
Drupal\Core\EntityCode
public function getCancelText() {
return $this->t('Cancel');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.