Search for book

  1. Search 7.x for book
  2. Search 9.5.x for book
  3. Search 10.3.x for book
  4. Search 11.x for book
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Book class core/modules/book/src/Plugin/migrate/destination/Book.php Plugin annotation @MigrateDestination( id = "book", provider = "book" )
Book class core/modules/book/src/Plugin/migrate/source/d6/Book.php Drupal 6 book source.
Book class core/modules/book/src/Plugin/migrate/source/Book.php Drupal 6 and 7 book source.

All search results

Title Object type File name Summary
BookManagerInterface::addFormElements function core/modules/book/src/BookManagerInterface.php Builds the common elements of the book form for the node and outline forms.
BookManagerInterface::bookLinkTranslate function core/modules/book/src/BookManagerInterface.php Provides book loading, access control and translation.
BookManagerInterface::bookSubtreeData function core/modules/book/src/BookManagerInterface.php Gets the data representing a subtree of the book hierarchy.
BookManagerInterface::bookTreeAllData function core/modules/book/src/BookManagerInterface.php Gets the data structure representing a named menu tree.
BookManagerInterface::bookTreeCheckAccess function core/modules/book/src/BookManagerInterface.php Checks access and performs dynamic operations for each link in the tree.
BookManagerInterface::bookTreeCollectNodeLinks function core/modules/book/src/BookManagerInterface.php Collects node links from a given menu tree recursively.
BookManagerInterface::bookTreeGetFlat function core/modules/book/src/BookManagerInterface.php Gets the book for a page and returns it as a linear array.
BookManagerInterface::bookTreeOutput function core/modules/book/src/BookManagerInterface.php Returns a rendered menu tree.
BookManagerInterface::checkNodeIsRemovable function core/modules/book/src/BookManagerInterface.php Determines if a node can be removed from the book.
BookManagerInterface::deleteFromBook function core/modules/book/src/BookManagerInterface.php Deletes node's entry from book table.
BookManagerInterface::getActiveTrailIds function core/modules/book/src/BookManagerInterface.php Gets the active trail IDs for the specified book at the provided path.
BookManagerInterface::getAllBooks function core/modules/book/src/BookManagerInterface.php Returns an array of all books.
BookManagerInterface::getBookParents function core/modules/book/src/BookManagerInterface.php
BookManagerInterface::getLinkDefaults function core/modules/book/src/BookManagerInterface.php Returns an array with default values for a book page's menu link.
BookManagerInterface::getParentDepthLimit function core/modules/book/src/BookManagerInterface.php Finds the depth limit for items in the parent select.
BookManagerInterface::getTableOfContents function core/modules/book/src/BookManagerInterface.php Returns an array of book pages in table of contents order.
BookManagerInterface::loadBookLink function core/modules/book/src/BookManagerInterface.php Loads a single book entry.
BookManagerInterface::loadBookLinks function core/modules/book/src/BookManagerInterface.php Loads multiple book entries.
BookManagerInterface::saveBookLink function core/modules/book/src/BookManagerInterface.php Saves a single book entry.
BookManagerInterface::updateOutline function core/modules/book/src/BookManagerInterface.php Handles additions and updates to the book outline.
BookManagerTest class core/modules/book/tests/src/Unit/BookManagerTest.php @coversDefaultClass \Drupal\book\BookManager
@group book
BookManagerTest.php file core/modules/book/tests/src/Unit/BookManagerTest.php
BookManagerTest::$bookManager property core/modules/book/tests/src/Unit/BookManagerTest.php The tested book manager.
BookManagerTest::$bookOutlineStorage property core/modules/book/tests/src/Unit/BookManagerTest.php Book outline storage.
BookManagerTest::$configFactory property core/modules/book/tests/src/Unit/BookManagerTest.php The mocked config factory.
BookManagerTest::$entityTypeManager property core/modules/book/tests/src/Unit/BookManagerTest.php The mocked entity type manager.
BookManagerTest::$renderer property core/modules/book/tests/src/Unit/BookManagerTest.php The mocked renderer.
BookManagerTest::$translation property core/modules/book/tests/src/Unit/BookManagerTest.php The mocked translation manager.
BookManagerTest::providerTestGetBookParents function core/modules/book/tests/src/Unit/BookManagerTest.php Provides test data for testGetBookParents.
BookManagerTest::setUp function core/modules/book/tests/src/Unit/BookManagerTest.php
BookManagerTest::testGetBookParents function core/modules/book/tests/src/Unit/BookManagerTest.php Tests the getBookParents() method.
BookNavigationBlock class core/modules/book/src/Plugin/Block/BookNavigationBlock.php Provides a 'Book navigation' block.
BookNavigationBlock.php file core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::$bookManager property core/modules/book/src/Plugin/Block/BookNavigationBlock.php The book manager.
BookNavigationBlock::$nodeStorage property core/modules/book/src/Plugin/Block/BookNavigationBlock.php The node storage.
BookNavigationBlock::$requestStack property core/modules/book/src/Plugin/Block/BookNavigationBlock.php The request object.
BookNavigationBlock::blockForm function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::blockSubmit function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::build function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::create function core/modules/book/src/Plugin/Block/BookNavigationBlock.php Creates an instance of the plugin.
BookNavigationBlock::defaultConfiguration function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::getCacheContexts function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::getCacheMaxAge function core/modules/book/src/Plugin/Block/BookNavigationBlock.php @todo Make cacheable in https://www.drupal.org/node/2483181
BookNavigationBlock::__construct function core/modules/book/src/Plugin/Block/BookNavigationBlock.php Constructs a new BookNavigationBlock instance.
BookNavigationCacheContext class core/modules/book/src/Cache/BookNavigationCacheContext.php Defines the book navigation cache context service.
BookNavigationCacheContext.php file core/modules/book/src/Cache/BookNavigationCacheContext.php
BookNavigationCacheContext::$requestStack property core/modules/book/src/Cache/BookNavigationCacheContext.php The request stack.
BookNavigationCacheContext::getCacheableMetadata function core/modules/book/src/Cache/BookNavigationCacheContext.php Gets the cacheability metadata for the context.
BookNavigationCacheContext::getContext function core/modules/book/src/Cache/BookNavigationCacheContext.php Returns the string representation of the cache context.
BookNavigationCacheContext::getLabel function core/modules/book/src/Cache/BookNavigationCacheContext.php Returns the label of the cache context.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.