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