BookOutlineForm::getBaseFormId

public BookOutlineForm::getBaseFormId()

Returns a string identifying the base form.

Return value

string|null The string identifying the base form or NULL if this is not a base form.

Overrides EntityForm::getBaseFormId

File

core/modules/book/src/Form/BookOutlineForm.php, line 57

Class

BookOutlineForm
Displays the book outline form.

Namespace

Drupal\book\Form

Code

public function getBaseFormId() {
  return NULL;
}
doc_Drupal
2016-10-29 08:48:22
Comments
Leave a Comment

Please login to continue.