Search for manager

  1. Search 7.x for manager
  2. Search 9.5.x for manager
  3. Search 8.9.x for manager
  4. Search 11.x for manager
  5. Other projects
Title Object type File name Summary
BookManagerInterface::deleteFromBook function core/modules/book/src/BookManagerInterface.php Deletes node's entry from book table.
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::getParentDepthLimit function core/modules/book/src/BookManagerInterface.php Finds the depth limit for items in the parent select.
BookManagerInterface::getTableOfContents function core/modules/book/src/BookManagerInterface.php Returns an array of book pages in table of contents order.
BookManagerInterface::loadBookLink function core/modules/book/src/BookManagerInterface.php Loads a single book entry.
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.
BookManagerInterface::updateOutline function core/modules/book/src/BookManagerInterface.php Handles additions and updates to the book outline.
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
BookManagerTest::testGetBookParents function core/modules/book/tests/src/Unit/BookManagerTest.php Tests the getBookParents() method.
BookMultilingualTest::testMultilingualBookManager function core/modules/book/tests/src/Kernel/BookMultilingualTest.php Tests various book manager methods return correct translations.
BookNavigationBlock::$bookManager property core/modules/book/src/Plugin/Block/BookNavigationBlock.php The book manager.
BookNodeIsRemovableAccessCheck::$bookManager property core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php Book Manager Service.
BookOutline::$bookManager property core/modules/book/src/BookOutline.php The book manager.
BookOutlineConstraintValidator::$bookManager property core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraintValidator.php The book manager.
BookOutlineForm::$bookManager property core/modules/book/src/Form/BookOutlineForm.php BookManager service.
BookRemoveForm::$bookManager property core/modules/book/src/Form/BookRemoveForm.php The book manager.
BookUninstallValidator::$entityTypeManager property core/modules/book/src/BookUninstallValidator.php The entity type manager.
BreadcrumbManager class core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php Provides a breadcrumb manager.
BreadcrumbManager.php file core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php
BreadcrumbManager::$builders property core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php Holds arrays of breadcrumb builders, keyed by priority.
BreadcrumbManager::$moduleHandler property core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php The module handler to invoke the alter hook.
BreadcrumbManager::$sortedBuilders property core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php Holds the array of breadcrumb builders sorted by priority.
BreadcrumbManager::addBuilder function core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php Adds another breadcrumb builder.
BreadcrumbManager::applies function core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php Whether this breadcrumb builder should be used to build the breadcrumb.
BreadcrumbManager::build function core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php Builds the breadcrumb.
BreadcrumbManager::getSortedBuilders function core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php Returns the sorted array of breadcrumb builders.
BreadcrumbManager::__construct function core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php Constructs a \Drupal\Core\Breadcrumb\BreadcrumbManager object.
BreadcrumbManagerTest class core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php @coversDefaultClass \Drupal\Core\Breadcrumb\BreadcrumbManager[[api-linebreak]]
@group Breadcrumb
BreadcrumbManagerTest.php file core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php
BreadcrumbManagerTest::$breadcrumb property core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php The breadcrumb object.
BreadcrumbManagerTest::$breadcrumbManager property core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php The tested breadcrumb manager.
BreadcrumbManagerTest::$container property core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php The dependency injection container.
BreadcrumbManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php The mocked module handler.
BreadcrumbManagerTest::setUp function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php
BreadcrumbManagerTest::testBuildWithInvalidBreadcrumbResult function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests a breadcrumb builder with a bad return value.

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