BookRemoveForm::getConfirmText

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');
}
doc_Drupal
2016-10-29 08:48:30
Comments
Leave a Comment

Please login to continue.