Search for book
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Book | class | core/ |
Drupal 6 book source. |
| Book | class | core/ |
Plugin annotation @MigrateDestination( id = "book", provider = "book" ) |
| Book | class | core/ |
Drupal 6 and 7 book source. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::bookTreeAllData | function | core/ |
Gets the data structure representing a named menu tree. |
| 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::bookTreeGetFlat | function | core/ |
Gets the book for a page and returns it as a linear array. |
| BookManagerInterface::bookTreeOutput | function | core/ |
Returns a rendered menu tree. |
| BookManagerInterface::checkNodeIsRemovable | function | core/ |
Determines if a node can be removed from the book. |
| BookManagerInterface::deleteFromBook | function | core/ |
Deletes node's entry from book table. |
| 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::getParentDepthLimit | function | core/ |
Finds the depth limit for items in the parent select. |
| BookManagerInterface::getTableOfContents | function | core/ |
Returns an array of book pages in table of contents order. |
| BookManagerInterface::loadBookLink | function | core/ |
Loads a single book entry. |
| BookManagerInterface::loadBookLinks | function | core/ |
Loads multiple book entries. |
| BookManagerInterface::saveBookLink | function | core/ |
Saves a single book entry. |
| BookManagerInterface::updateOutline | function | core/ |
Handles additions and updates to the book outline. |
| 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 | class | core/ |
Provides a 'Book navigation' block. |
| BookNavigationBlock.php | file | core/ |
|
| BookNavigationBlock::$bookManager | property | core/ |
The book manager. |
| BookNavigationBlock::$nodeStorage | property | core/ |
The node storage. |
| BookNavigationBlock::$requestStack | property | core/ |
The request object. |
| BookNavigationBlock::blockForm | function | core/ |
|
| BookNavigationBlock::blockSubmit | function | core/ |
|
| BookNavigationBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| BookNavigationBlock::create | function | core/ |
Creates an instance of the plugin. |
| BookNavigationBlock::defaultConfiguration | function | core/ |
|
| BookNavigationBlock::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| BookNavigationBlock::getCacheMaxAge | function | core/ |
@todo Make cacheable in https://www.drupal.org/node/2483181 |
| BookNavigationBlock::__construct | function | core/ |
Constructs a new BookNavigationBlock instance. |
| BookNavigationCacheContext | class | core/ |
Defines the book navigation cache context service. |
| BookNavigationCacheContext.php | file | core/ |
|
| BookNavigationCacheContext::$requestStack | property | core/ |
The request stack. |
| BookNavigationCacheContext::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
| BookNavigationCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
| BookNavigationCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.