Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
BookManager::getAllBooks function core/modules/book/src/BookManager.php Returns an array of all books.
BookManager::getBookParents function core/modules/book/src/BookManager.php
BookManager::getLinkDefaults function core/modules/book/src/BookManager.php Returns an array with default values for a book page's menu link.
BookManager::getTableOfContents function core/modules/book/src/BookManager.php Returns an array of book pages in table of contents order.
BookManager::loadBookLinks function core/modules/book/src/BookManager.php Loads multiple book entries.
BookManager::loadBooks function core/modules/book/src/BookManager.php Loads Books Array.
BookManager::recurseTableOfContents function core/modules/book/src/BookManager.php Recursively processes and formats book links for getTableOfContents().
BookManager::saveBookLink function core/modules/book/src/BookManager.php Saves a single book entry.
BookManager::setParents function core/modules/book/src/BookManager.php Sets the p1 through p9 properties for a book link being saved.
BookManager::__construct function core/modules/book/src/BookManager.php Constructs a BookManager object.
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::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::checkNodeIsRemovable function core/modules/book/src/BookManagerInterface.php Determines if a node can be removed from the book.
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::getTableOfContents function core/modules/book/src/BookManagerInterface.php Returns an array of book pages in table of contents order.
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.
BookManagerTest class core/modules/book/tests/src/Unit/BookManagerTest.php @coversDefaultClass \Drupal\book\BookManager[[api-linebreak]]
@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::$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::blockSubmit function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::getCacheContexts function core/modules/book/src/Plugin/Block/BookNavigationBlock.php The cache contexts associated with this object.
BookNavigationBlock::__construct function core/modules/book/src/Plugin/Block/BookNavigationBlock.php Constructs a new BookNavigationBlock instance.
BookNavigationCacheContext::$requestStack property core/modules/book/src/Cache/BookNavigationCacheContext.php The request stack.
BookNavigationCacheContext::__construct function core/modules/book/src/Cache/BookNavigationCacheContext.php Constructs a new BookNavigationCacheContext service.
BookNodeIsRemovableAccessCheck class core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php Determines whether the requested node can be removed from its book.
BookNodeIsRemovableAccessCheck.php file core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php
BookNodeIsRemovableAccessCheck::$bookManager property core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php Book Manager Service.
BookNodeIsRemovableAccessCheck::access function core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php Checks access for removing the node from its book.
BookNodeIsRemovableAccessCheck::__construct function core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php Constructs a BookNodeIsRemovableAccessCheck object.
BookOutline::childrenLinks function core/modules/book/src/BookOutline.php Formats the book links for the child pages of the current page.
BookOutline::__construct function core/modules/book/src/BookOutline.php Constructs a new BookOutline.
BookOutlineConstraint class core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraint.php Validation constraint for changing the book outline in pending revisions.
BookOutlineConstraint.php file core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraint.php

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