Search for manager

  1. Search 7.x for manager
  2. Search 8.9.x for manager
  3. Search 10.3.x for manager
  4. Search 11.x for manager
  5. Other projects
Title Object type File name Summary
BlockManager::__construct function core/lib/Drupal/Core/Block/BlockManager.php Constructs a new \Drupal\Core\Block\BlockManager object.
BlockManagerInterface interface core/lib/Drupal/Core/Block/BlockManagerInterface.php Provides an interface for the discovery and instantiation of block plugins.
BlockManagerInterface.php file core/lib/Drupal/Core/Block/BlockManagerInterface.php
BlockManagerTest class core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php @coversDefaultClass \Drupal\Core\Block\BlockManager[[api-linebreak]]
BlockManagerTest.php file core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php
BlockManagerTest::$blockManager property core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php The block manager under test.
BlockManagerTest::$logger property core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php The logger.
BlockManagerTest::setUp function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php
BlockManagerTest::testDefinitions function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php @covers ::getDefinitions[[api-linebreak]]
BlockManagerTest::testGroupedDefinitions function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php @covers ::getGroupedDefinitions[[api-linebreak]]
BlockManagerTest::testHandlePluginNotFound function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php @covers ::handlePluginNotFound[[api-linebreak]]
BlockManagerTest::testSortedDefinitions function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php @covers ::getSortedDefinitions[[api-linebreak]]
BlockRepository::$themeManager property core/modules/block/src/BlockRepository.php The theme manager.
book.manager service core/modules/book/book.services.yml Drupal\book\BookManager
BookAdminEditForm::$bookManager property core/modules/book/src/Form/BookAdminEditForm.php The book manager.
BookBreadcrumbBuilder::$languageManager property core/modules/book/src/BookBreadcrumbBuilder.php The language manager service.
BookController::$bookManager property core/modules/book/src/Controller/BookController.php The book manager.
BookExport::$bookManager property core/modules/book/src/BookExport.php The book manager.
BookManager class core/modules/book/src/BookManager.php Defines a book manager.
BookManager.php file core/modules/book/src/BookManager.php
BookManager::$backendChainedCache property core/modules/book/src/BookManager.php The book chained backend cache service.
BookManager::$bookOutlineStorage property core/modules/book/src/BookManager.php Book outline storage.
BookManager::$books property core/modules/book/src/BookManager.php Books Array.
BookManager::$bookTreeFlattened property core/modules/book/src/BookManager.php Stores flattened book trees.
BookManager::$configFactory property core/modules/book/src/BookManager.php Config Factory Service Object.
BookManager::$entityRepository property core/modules/book/src/BookManager.php The entity repository service.
BookManager::$entityTypeManager property core/modules/book/src/BookManager.php Entity type manager.
BookManager::$languageManager property core/modules/book/src/BookManager.php The language manager.
BookManager::$memoryCache property core/modules/book/src/BookManager.php The book memory cache service.
BookManager::$renderer property core/modules/book/src/BookManager.php The renderer.
BookManager::addFormElements function core/modules/book/src/BookManager.php
BookManager::addParentSelectFormElements function core/modules/book/src/BookManager.php Builds the parent selection form element for the node form or outline tab.
BookManager::bookLinkTranslate function core/modules/book/src/BookManager.php
BookManager::bookSubtreeData function core/modules/book/src/BookManager.php
BookManager::bookTreeAllData function core/modules/book/src/BookManager.php
BookManager::bookTreeBuild function core/modules/book/src/BookManager.php Builds a book tree, translates links, and checks access.
BookManager::bookTreeCheckAccess function core/modules/book/src/BookManager.php
BookManager::bookTreeCollectNodeLinks function core/modules/book/src/BookManager.php
BookManager::bookTreeGetFlat function core/modules/book/src/BookManager.php
BookManager::bookTreeOutput function core/modules/book/src/BookManager.php
BookManager::BOOK_MAX_DEPTH constant core/modules/book/src/BookManager.php Defines the maximum supported depth of the book tree.
BookManager::buildBookOutlineData function core/modules/book/src/BookManager.php Sorts and returns the built data representing a book tree.
BookManager::buildBookOutlineRecursive function core/modules/book/src/BookManager.php Builds the data representing a book tree.
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
BookManager::deleteFromBook function core/modules/book/src/BookManager.php
BookManager::doBookTreeBuild function core/modules/book/src/BookManager.php Builds a book tree.
BookManager::doBookTreeCheckAccess function core/modules/book/src/BookManager.php Sorts the menu tree and recursively checks access for each item.
BookManager::findChildrenRelativeDepth function core/modules/book/src/BookManager.php Determine the relative depth of the children of a given book link.
BookManager::flatBookTree function core/modules/book/src/BookManager.php Recursively converts a tree of menu links to a flat array.

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