public BookRemoveForm::getConfirmText()
Returns a caption for the button that confirms the action.
Return value
string The form confirmation text.
Overrides ConfirmFormBase::getConfirmText
File
- core/modules/book/src/Form/BookRemoveForm.php, line 80
 
Class
- BookRemoveForm
 - Remove form for book module.
 
Namespace
Drupal\book\Form
Code
public function getConfirmText() {
  return $this->t('Remove');
}
Please login to continue.