Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 11.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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 link for a single book entry to the book. |
BookManagerInterface::updateOutline | function | core/ |
Handles additions and updates to the book outline. |
BookManagerTest | class | core/ |
@coversDefaultClass \Drupal\book\BookManager[[api-linebreak]] @group book @group legacy |
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::$entityRepository | property | core/ |
The mocked entity repository. |
BookManagerTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
BookManagerTest::$languageManager | property | core/ |
The mocked language 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. |
BookMultilingualTest::testMultilingualBookManager | function | core/ |
Tests various book manager methods return correct translations. |
BookNavigationBlock::$bookManager | property | core/ |
The book manager. |
BookNodeIsRemovableAccessCheck::$bookManager | property | core/ |
Book Manager Service. |
BookOutline::$bookManager | property | core/ |
The book manager. |
BookOutlineConstraintValidator::$bookManager | property | core/ |
The book manager. |
BookOutlineForm::$bookManager | property | core/ |
BookManager service. |
BookRemoveForm::$bookManager | property | core/ |
The book manager. |
BookUninstallValidator::$entityTypeManager | property | core/ |
The entity type manager. |
BreadcrumbManager | class | core/ |
Provides a breadcrumb manager. |
BreadcrumbManager.php | file | core/ |
|
BreadcrumbManager::$builders | property | core/ |
Holds arrays of breadcrumb builders, keyed by priority. |
BreadcrumbManager::$moduleHandler | property | core/ |
The module handler to invoke the alter hook. |
BreadcrumbManager::$sortedBuilders | property | core/ |
Holds the array of breadcrumb builders sorted by priority. |
BreadcrumbManager::addBuilder | function | core/ |
Adds another breadcrumb builder. |
BreadcrumbManager::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
BreadcrumbManager::build | function | core/ |
Builds the breadcrumb. |
BreadcrumbManager::getSortedBuilders | function | core/ |
Returns the sorted array of breadcrumb builders. |
BreadcrumbManager::__construct | function | core/ |
Constructs a \Drupal\Core\Breadcrumb\BreadcrumbManager object. |
BreadcrumbManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Breadcrumb\BreadcrumbManager[[api-linebreak]] @group Breadcrumb |
BreadcrumbManagerTest.php | file | core/ |
|
BreadcrumbManagerTest::$breadcrumb | property | core/ |
The breadcrumb object. |
BreadcrumbManagerTest::$breadcrumbManager | property | core/ |
The tested breadcrumb manager. |
BreadcrumbManagerTest::$container | property | core/ |
The dependency injection container. |
BreadcrumbManagerTest::$moduleHandler | property | core/ |
The mocked module handler. |
BreadcrumbManagerTest::setUp | function | core/ |
|
BreadcrumbManagerTest::testBuildWithInvalidBreadcrumbResult | function | core/ |
Tests a breadcrumb builder with a bad return value. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.