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 10.3.x for manager
  5. Other projects
Title Object type File name Summary
BlockManagerTest::testGroupedDefinitions function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php Tests grouped definitions.
BlockManagerTest::testHandlePluginNotFound function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php Tests handle plugin not found.
BlockManagerTest::testSortedDefinitions function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php Tests sorted definitions.
BlockRepository::$themeManager property core/modules/block/src/BlockRepository.php The theme manager.
BlockSettings::$blockManager property core/modules/block/src/Plugin/migrate/process/BlockSettings.php The block manager service.
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 Tests Drupal\Core\Breadcrumb\BreadcrumbManager.
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.
BreadcrumbManagerTest::testBuildWithMultipleApplyingBuilders function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests multiple breadcrumb builder with different priority.
BreadcrumbManagerTest::testBuildWithOneNotApplyingBuilders function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests multiple breadcrumb builders of which one returns NULL.
BreadcrumbManagerTest::testBuildWithoutBuilder function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests the breadcrumb manager without any set breadcrumb.
BreadcrumbManagerTest::testBuildWithSingleBuilder function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests the build method with a single breadcrumb builder.
BreakLockForm::$entityTypeManager property core/modules/views_ui/src/Form/BreakLockForm.php Stores the entity type manager.
BreakLockLink::$entityTypeManager property core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php The entity type manager.
breakpoint.manager service core/modules/breakpoint/breakpoint.services.yml Drupal\breakpoint\BreakpointManager
BreakpointManager class core/modules/breakpoint/src/BreakpointManager.php Defines a breakpoint plugin manager to deal with breakpoints.
BreakpointManager.php file core/modules/breakpoint/src/BreakpointManager.php
BreakpointManager::$breakpointsByGroup property core/modules/breakpoint/src/BreakpointManager.php Static cache of breakpoints keyed by group.
BreakpointManager::$defaults property core/modules/breakpoint/src/BreakpointManager.php A set of defaults to be referenced by $this->processDefinition().
BreakpointManager::$instances property core/modules/breakpoint/src/BreakpointManager.php The plugin instances.
BreakpointManager::$themeHandler property core/modules/breakpoint/src/BreakpointManager.php The theme handler.
BreakpointManager::clearCachedDefinitions function core/modules/breakpoint/src/BreakpointManager.php Clears static and persistent plugin definition caches.
BreakpointManager::getBreakpointsByGroup function core/modules/breakpoint/src/BreakpointManager.php Gets breakpoints for the specified group.
BreakpointManager::getDiscovery function core/modules/breakpoint/src/BreakpointManager.php Gets the plugin discovery.
BreakpointManager::getGroupLabel function core/modules/breakpoint/src/BreakpointManager.php Gets the label for a breakpoint group.
BreakpointManager::getGroupProviders function core/modules/breakpoint/src/BreakpointManager.php Gets all the providers for the specified breakpoint group.
BreakpointManager::getGroups function core/modules/breakpoint/src/BreakpointManager.php Gets all the existing breakpoint groups.
BreakpointManager::processDefinition function core/modules/breakpoint/src/BreakpointManager.php Performs extra processing on plugin definitions.
BreakpointManager::providerExists function core/modules/breakpoint/src/BreakpointManager.php Determines if the provider of a definition exists.
BreakpointManager::__construct function core/modules/breakpoint/src/BreakpointManager.php Constructs a new BreakpointManager instance.
BreakpointManagerInterface interface core/modules/breakpoint/src/BreakpointManagerInterface.php Defines an interface for breakpoint managers.
BreakpointManagerInterface.php file core/modules/breakpoint/src/BreakpointManagerInterface.php
BreakpointManagerInterface::getBreakpointsByGroup function core/modules/breakpoint/src/BreakpointManagerInterface.php Gets breakpoints for the specified group.
BreakpointManagerInterface::getGroupProviders function core/modules/breakpoint/src/BreakpointManagerInterface.php Gets all the providers for the specified breakpoint group.
BreakpointManagerInterface::getGroups function core/modules/breakpoint/src/BreakpointManagerInterface.php Gets all the existing breakpoint groups.

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