protected BookAdminEditForm::bookAdminTable(NodeInterface $node, array &$form)
Builds the table portion of the form for the book administration page.
Parameters
\Drupal\node\NodeInterface $node: The node of the top-level page in the book.
array $form: The form that is being modified, passed by reference.
See also
self::buildForm()
File
core/modules/book/src/Form/BookAdminEditForm.php, line 141
Class
BookAdminEditForm Provides a form for administering a single book's hierarchy.
Name