Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
BookManager::buildItems function core/modules/book/src/BookManager.php Builds the #items property for a book tree's renderable array.
BookManager::checkNodeIsRemovable function core/modules/book/src/BookManager.php Determines if a node can be removed from the book.
BookManager::checkNodeIsRemovable function core/modules/book/src/ProxyClass/BookManager.php Determines if a node can be removed from the book.
BookManager::doBookTreeCheckAccess function core/modules/book/src/BookManager.php Sorts the menu tree and recursively checks access for each item.
BookManager::getActiveTrailIds function core/modules/book/src/BookManager.php Gets the active trail IDs for the specified book at the provided path.
BookManager::getActiveTrailIds function core/modules/book/src/ProxyClass/BookManager.php Gets the active trail IDs for the specified book at the provided path.
BookManager::getAllBooks function core/modules/book/src/ProxyClass/BookManager.php Returns an array of all books.
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::getBookParents function core/modules/book/src/ProxyClass/BookManager.php
BookManager::getLinkDefaults function core/modules/book/src/ProxyClass/BookManager.php Returns an array with default values for a book page's menu link.
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::getTableOfContents function core/modules/book/src/ProxyClass/BookManager.php Returns an array of book pages in table of contents order.
BookManager::lazyLoadItself function core/modules/book/src/ProxyClass/BookManager.php Lazy loads the real service from the container.
BookManager::loadBookLinks function core/modules/book/src/ProxyClass/BookManager.php Loads multiple book entries.
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 link for a single book entry to the book.
BookManager::saveBookLink function core/modules/book/src/ProxyClass/BookManager.php Saves a link for a single book entry to the book.
BookManager::setParents function core/modules/book/src/BookManager.php Sets the p1 through p9 properties for a book link being saved.
BookManager::setStringTranslation function core/modules/book/src/ProxyClass/BookManager.php
BookManager::__construct function core/modules/book/src/ProxyClass/BookManager.php Constructs a ProxyClass Drupal proxy object.
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 link for a single book entry to the book.
BookManagerTest class core/modules/book/tests/src/Unit/BookManagerTest.php @coversDefaultClass \Drupal\book\BookManager[[api-linebreak]]
@group book
@group legacy
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::$entityRepository property core/modules/book/tests/src/Unit/BookManagerTest.php The mocked entity repository.
BookManagerTest::$entityTypeManager property core/modules/book/tests/src/Unit/BookManagerTest.php The mocked entity type manager.
BookManagerTest::$languageManager property core/modules/book/tests/src/Unit/BookManagerTest.php The mocked language 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

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