BookRemoveForm::getFormId

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

Please login to continue.