public function EntityConfirmFormBase::getCancelText in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php \Drupal\Core\Entity\EntityConfirmFormBase::getCancelText()
- 9 core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php \Drupal\Core\Entity\EntityConfirmFormBase::getCancelText()
File
- core/
lib/ Drupal/ Core/ Entity/ EntityConfirmFormBase.php, line 40
Class
- EntityConfirmFormBase
- Provides a generic base class for an entity-based confirmation form.
Namespace
Drupal\Core\EntityCode
public function getCancelText() {
return $this
->t('Cancel');
}