function BookRemoveForm::getConfirmText
Same name in other branches
- 8.9.x core/modules/book/src/Form/BookRemoveForm.php \Drupal\book\Form\BookRemoveForm::getConfirmText()
- 10 core/modules/book/src/Form/BookRemoveForm.php \Drupal\book\Form\BookRemoveForm::getConfirmText()
- 11.x core/modules/book/src/Form/BookRemoveForm.php \Drupal\book\Form\BookRemoveForm::getConfirmText()
Overrides ConfirmFormBase::getConfirmText
File
-
core/
modules/ book/ src/ Form/ BookRemoveForm.php, line 82
Class
- BookRemoveForm
- Remove form for book module.
Namespace
Drupal\book\FormCode
public function getConfirmText() {
return $this->t('Remove');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.