public function BookOutlineForm::getBaseFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/book/src/Form/BookOutlineForm.php \Drupal\book\Form\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 61 - Contains \Drupal\book\Form\BookOutlineForm.
Class
- BookOutlineForm
- Displays the book outline form.
Namespace
Drupal\book\FormCode
public function getBaseFormId() {
return NULL;
}