function EntityConfirmFormBase::getConfirmText
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php \Drupal\Core\Entity\EntityConfirmFormBase::getConfirmText()
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityConfirmFormBase.php, line 33
Class
- EntityConfirmFormBase
- Provides a generic base class for an entity-based confirmation form.
Namespace
Drupal\Core\EntityCode
public function getConfirmText() {
return $this->t('Confirm');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.