You are here

public function BookRemoveForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/book/src/Form/BookRemoveForm.php \Drupal\book\Form\BookRemoveForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/book/src/Form/BookRemoveForm.php, line 57
Contains \Drupal\book\Form\BookRemoveForm.

Class

BookRemoveForm
Remove form for book module.

Namespace

Drupal\book\Form

Code

public function getFormId() {
  return 'book_remove_form';
}