Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| BookManager::getAllBooks | function | core/ |
Returns an array of all books. |
| BookManager::getBookParents | function | core/ |
|
| BookManager::getLinkDefaults | function | core/ |
Returns an array with default values for a book page's menu link. |
| BookManager::getTableOfContents | function | core/ |
Returns an array of book pages in table of contents order. |
| BookManager::loadBookLinks | function | core/ |
Loads multiple book entries. |
| BookManager::loadBooks | function | core/ |
Loads Books Array. |
| BookManager::recurseTableOfContents | function | core/ |
Recursively processes and formats book links for getTableOfContents(). |
| BookManager::saveBookLink | function | core/ |
Saves a single book entry. |
| BookManager::setParents | function | core/ |
Sets the p1 through p9 properties for a book link being saved. |
| BookManager::__construct | function | core/ |
Constructs a BookManager object. |
| BookManagerInterface::addFormElements | function | core/ |
Builds the common elements of the book form for the node and outline forms. |
| BookManagerInterface::bookLinkTranslate | function | core/ |
Provides book loading, access control and translation. |
| BookManagerInterface::bookSubtreeData | function | core/ |
Gets the data representing a subtree of the book hierarchy. |
| BookManagerInterface::bookTreeCheckAccess | function | core/ |
Checks access and performs dynamic operations for each link in the tree. |
| BookManagerInterface::bookTreeCollectNodeLinks | function | core/ |
Collects node links from a given menu tree recursively. |
| BookManagerInterface::checkNodeIsRemovable | function | core/ |
Determines if a node can be removed from the book. |
| BookManagerInterface::getActiveTrailIds | function | core/ |
Gets the active trail IDs for the specified book at the provided path. |
| BookManagerInterface::getAllBooks | function | core/ |
Returns an array of all books. |
| BookManagerInterface::getBookParents | function | core/ |
|
| BookManagerInterface::getLinkDefaults | function | core/ |
Returns an array with default values for a book page's menu link. |
| BookManagerInterface::getTableOfContents | function | core/ |
Returns an array of book pages in table of contents order. |
| BookManagerInterface::loadBookLinks | function | core/ |
Loads multiple book entries. |
| BookManagerInterface::saveBookLink | function | core/ |
Saves a single book entry. |
| BookManagerTest | class | core/ |
@coversDefaultClass \Drupal\book\BookManager[[api-linebreak]] @group book |
| BookManagerTest.php | file | core/ |
|
| BookManagerTest::$bookManager | property | core/ |
The tested book manager. |
| BookManagerTest::$bookOutlineStorage | property | core/ |
Book outline storage. |
| BookManagerTest::$configFactory | property | core/ |
The mocked config factory. |
| BookManagerTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
| BookManagerTest::$renderer | property | core/ |
The mocked renderer. |
| BookManagerTest::$translation | property | core/ |
The mocked translation manager. |
| BookManagerTest::providerTestGetBookParents | function | core/ |
Provides test data for testGetBookParents. |
| BookManagerTest::setUp | function | core/ |
|
| BookManagerTest::testGetBookParents | function | core/ |
Tests the getBookParents() method. |
| BookNavigationBlock::$nodeStorage | property | core/ |
The node storage. |
| BookNavigationBlock::$requestStack | property | core/ |
The request object. |
| BookNavigationBlock::blockSubmit | function | core/ |
|
| BookNavigationBlock::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| BookNavigationBlock::__construct | function | core/ |
Constructs a new BookNavigationBlock instance. |
| BookNavigationCacheContext::$requestStack | property | core/ |
The request stack. |
| BookNavigationCacheContext::__construct | function | core/ |
Constructs a new BookNavigationCacheContext service. |
| BookNodeIsRemovableAccessCheck | class | core/ |
Determines whether the requested node can be removed from its book. |
| BookNodeIsRemovableAccessCheck.php | file | core/ |
|
| BookNodeIsRemovableAccessCheck::$bookManager | property | core/ |
Book Manager Service. |
| BookNodeIsRemovableAccessCheck::access | function | core/ |
Checks access for removing the node from its book. |
| BookNodeIsRemovableAccessCheck::__construct | function | core/ |
Constructs a BookNodeIsRemovableAccessCheck object. |
| BookOutline::childrenLinks | function | core/ |
Formats the book links for the child pages of the current page. |
| BookOutline::__construct | function | core/ |
Constructs a new BookOutline. |
| BookOutlineConstraint | class | core/ |
Validation constraint for changing the book outline in pending revisions. |
| BookOutlineConstraint.php | file | core/ |
Pagination
- Previous page
- Page 97
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.