Search for manager

  1. Search 7.x for manager
  2. Search 9.5.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
BlockForm::$manager property core/modules/block/src/BlockForm.php The condition plugin manager.
BlockFormTest::$conditionManager property core/modules/block/tests/src/Unit/BlockFormTest.php The condition plugin manager.
BlockFormTest::$entityTypeManager property core/modules/block/tests/src/Unit/BlockFormTest.php The entity type manager.
BlockLibraryController::$blockManager property core/modules/block/src/Controller/BlockLibraryController.php The block manager.
BlockLibraryController::$localActionManager property core/modules/block/src/Controller/BlockLibraryController.php The local action manager.
BlockListBuilder::$themeManager property core/modules/block/src/BlockListBuilder.php The theme manager.
BlockManager class core/lib/Drupal/Core/Block/BlockManager.php Manages discovery and instantiation of block plugins.
BlockManager.php file core/lib/Drupal/Core/Block/BlockManager.php
BlockManager::$logger property core/lib/Drupal/Core/Block/BlockManager.php The logger.
BlockManager::getFallbackPluginId function core/lib/Drupal/Core/Block/BlockManager.php
BlockManager::getSortedDefinitions function core/lib/Drupal/Core/Block/BlockManager.php
BlockManager::getType function core/lib/Drupal/Core/Block/BlockManager.php
BlockManager::handlePluginNotFound function core/lib/Drupal/Core/Block/BlockManager.php
BlockManager::processDefinition function core/lib/Drupal/Core/Block/BlockManager.php
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.
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::$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::$deprecatedProperties property core/modules/book/src/BookManager.php
BookManager::$entityTypeManager property core/modules/book/src/BookManager.php Entity type manager.
BookManager::$renderer property core/modules/book/src/BookManager.php The renderer.
BookManager::addFormElements function core/modules/book/src/BookManager.php Builds the common elements of the book form for the node and outline forms.
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 Provides book loading, access control and translation.
BookManager::bookSubtreeData function core/modules/book/src/BookManager.php Gets the data representing a subtree of the book hierarchy.
BookManager::bookTreeAllData function core/modules/book/src/BookManager.php Gets the data structure representing a named menu tree.
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 Checks access and performs dynamic operations for each link in the tree.
BookManager::bookTreeCollectNodeLinks function core/modules/book/src/BookManager.php Collects node links from a given menu tree recursively.
BookManager::bookTreeGetFlat function core/modules/book/src/BookManager.php Gets the book for a page and returns it as a linear array.
BookManager::bookTreeOutput function core/modules/book/src/BookManager.php Returns a rendered menu tree.

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