function BookRemoveForm::getQuestion
Same name in other branches
- 9 core/modules/book/src/Form/BookRemoveForm.php \Drupal\book\Form\BookRemoveForm::getQuestion()
- 8.9.x core/modules/book/src/Form/BookRemoveForm.php \Drupal\book\Form\BookRemoveForm::getQuestion()
- 10 core/modules/book/src/Form/BookRemoveForm.php \Drupal\book\Form\BookRemoveForm::getQuestion()
Overrides ConfirmFormInterface::getQuestion
File
-
core/
modules/ book/ src/ Form/ BookRemoveForm.php, line 89
Class
- BookRemoveForm
- Remove form for book module.
Namespace
Drupal\book\FormCode
public function getQuestion() {
return $this->t('Are you sure you want to remove %title from the book hierarchy?', [
'%title' => $this->node
->label(),
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.