You are here

15 string references to book.manager in Drupal 8

BookAdminEditForm::create in core/modules/book/src/Form/BookAdminEditForm.php
Instantiates a new instance of this class.
BookController::create in core/modules/book/src/Controller/BookController.php
Instantiates a new instance of this class.
BookNavigationBlock::create in core/modules/book/src/Plugin/Block/BookNavigationBlock.php
Creates an instance of the plugin.
BookOutlineConstraintValidator::create in core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraintValidator.php
Instantiates a new instance of this class.
BookOutlineForm::create in core/modules/book/src/Form/BookOutlineForm.php
Instantiates a new instance of this class.
BookPendingRevisionTest::testBookWithPendingRevisions in core/modules/book/tests/src/Kernel/BookPendingRevisionTest.php
Tests pending revision handling for books.
BookRemoveForm::create in core/modules/book/src/Form/BookRemoveForm.php
Instantiates a new instance of this class.
BookTest::testGetTableOfContents in core/modules/book/tests/src/Functional/BookTest.php
Tests BookManager::getTableOfContents().
BookTest::testSaveBookLink in core/modules/book/tests/src/Functional/BookTest.php
Tests that saveBookLink() returns something.
book_node_insert in core/modules/book/book.module
Implements hook_ENTITY_TYPE_insert() for node entities.
book_node_load in core/modules/book/book.module
Implements hook_ENTITY_TYPE_load() for node entities.
book_node_predelete in core/modules/book/book.module
Implements hook_ENTITY_TYPE_predelete() for node entities.
book_node_prepare_form in core/modules/book/book.module
Implements hook_ENTITY_TYPE_prepare_form() for node entities.
book_node_update in core/modules/book/book.module
Implements hook_ENTITY_TYPE_update() for node entities.
template_preprocess_book_navigation in core/modules/book/book.module
Prepares variables for book navigation templates.