public 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 52
 
Class
- BookRemoveForm
 - Remove form for book module.
 
Namespace
Drupal\book\Form
Code
public function getFormId() {
  return 'book_remove_form';
}
Please login to continue.