BookBreadcrumbBuilder::$nodeStorage

The node storage. Type: \Drupal\Core\Entity\EntityStorageInterface File core/modules/book/src/BookBreadcrumbBuilder.php, line 25 Class BookBreadcrumbBuilder Provides a breadcrumb builder for nodes in a book. Namespace Drupal\book Code protected $nodeStorage;

BookBreadcrumbBuilder::build

public BookBreadcrumbBuilder::build(RouteMatchInterface $route_match) Builds the breadcrumb. Parameters \Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match. Return value \Drupal\Core\Breadcrumb\Breadcrumb A breadcrumb. Overrides BreadcrumbBuilderInterface::build File core/modules/book/src/BookBreadcrumbBuilder.php, line 58 Class BookBreadcrumbBuilder Provides a breadcrumb builder for nodes in a book. Namespace Drupal\book Code public function build(RouteMat

BookBreadcrumbBuilder

Provides a breadcrumb builder for nodes in a book. Hierarchy class \Drupal\book\BookBreadcrumbBuilder implements BreadcrumbBuilderInterface uses StringTranslationTrait File core/modules/book/src/BookBreadcrumbBuilder.php, line 17 Namespace Drupal\book Members Name Modifiers Type Description BookBreadcrumbBuilder::$account protected property The current user account. BookBreadcrumbBuilder::$nodeStorage protected property The node storage. BookBreadcrumbBuilder::

BookAdminEditForm::__construct

public BookAdminEditForm::__construct(EntityStorageInterface $node_storage, BookManagerInterface $book_manager) Constructs a new BookAdminEditForm. Parameters \Drupal\Core\Entity\EntityStorageInterface $node_storage: The custom block storage. \Drupal\book\BookManagerInterface $book_manager: The book manager. File core/modules/book/src/Form/BookAdminEditForm.php, line 43 Class BookAdminEditForm Provides a form for administering a single book's hierarchy. Namespace Drupal\book\Form Code

BookAdminEditForm::validateForm

public BookAdminEditForm::validateForm(array &$form, FormStateInterface $form_state) Form validation handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormBase::validateForm File core/modules/book/src/Form/BookAdminEditForm.php, line 84 Class BookAdminEditForm Provides a form for administering a single book's hierarchy. Namespace Drupal\book\Form Cod

BookBreadcrumbBuilder::$account

The current user account. Type: \Drupal\Core\Session\AccountInterface File core/modules/book/src/BookBreadcrumbBuilder.php, line 32 Class BookBreadcrumbBuilder Provides a breadcrumb builder for nodes in a book. Namespace Drupal\book Code protected $account;

BookAdminEditForm::submitForm

public BookAdminEditForm::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/modules/book/src/Form/BookAdminEditForm.php, line 93 Class BookAdminEditForm Provides a form for administering a single book's hierarchy. Namespace Drupal\book\Form Co

BookAdminEditForm::bookAdminTable

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

BookAdminEditForm::$nodeStorage

The node storage. Type: \Drupal\Core\Entity\EntityStorageInterface File core/modules/book/src/Form/BookAdminEditForm.php, line 26 Class BookAdminEditForm Provides a form for administering a single book's hierarchy. Namespace Drupal\book\Form Code protected $nodeStorage;

BookAdminEditForm::bookAdminTableTree

protected BookAdminEditForm::bookAdminTableTree(array $tree, array &$form) Helps build the main table in the book administration page form. Parameters array $tree: A subtree of the book menu hierarchy. array $form: The form that is being modified, passed by reference. See also self::buildForm() File core/modules/book/src/Form/BookAdminEditForm.php, line 198 Class BookAdminEditForm Provides a form for administering a single book's hierarchy. Namespace Drupal\book\Form Code protect