Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BlockManagerTest::testGroupedDefinitions | function | core/ |
Tests grouped definitions. |
BlockManagerTest::testHandlePluginNotFound | function | core/ |
Tests handle plugin not found. |
BlockManagerTest::testSortedDefinitions | function | core/ |
Tests sorted definitions. |
BlockRepository::$themeManager | property | core/ |
The theme manager. |
BlockSettings::$blockManager | property | core/ |
The block manager service. |
BreadcrumbManager | class | core/ |
Provides a breadcrumb manager. |
BreadcrumbManager.php | file | core/ |
|
BreadcrumbManager::$builders | property | core/ |
Holds arrays of breadcrumb builders, keyed by priority. |
BreadcrumbManager::$moduleHandler | property | core/ |
The module handler to invoke the alter hook. |
BreadcrumbManager::$sortedBuilders | property | core/ |
Holds the array of breadcrumb builders sorted by priority. |
BreadcrumbManager::addBuilder | function | core/ |
Adds another breadcrumb builder. |
BreadcrumbManager::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
BreadcrumbManager::build | function | core/ |
Builds the breadcrumb. |
BreadcrumbManager::getSortedBuilders | function | core/ |
Returns the sorted array of breadcrumb builders. |
BreadcrumbManager::__construct | function | core/ |
Constructs a \Drupal\Core\Breadcrumb\BreadcrumbManager object. |
BreadcrumbManagerTest | class | core/ |
Tests Drupal\Core\Breadcrumb\BreadcrumbManager. |
BreadcrumbManagerTest.php | file | core/ |
|
BreadcrumbManagerTest::$breadcrumb | property | core/ |
The breadcrumb object. |
BreadcrumbManagerTest::$breadcrumbManager | property | core/ |
The tested breadcrumb manager. |
BreadcrumbManagerTest::$container | property | core/ |
The dependency injection container. |
BreadcrumbManagerTest::$moduleHandler | property | core/ |
The mocked module handler. |
BreadcrumbManagerTest::setUp | function | core/ |
|
BreadcrumbManagerTest::testBuildWithInvalidBreadcrumbResult | function | core/ |
Tests a breadcrumb builder with a bad return value. |
BreadcrumbManagerTest::testBuildWithMultipleApplyingBuilders | function | core/ |
Tests multiple breadcrumb builder with different priority. |
BreadcrumbManagerTest::testBuildWithOneNotApplyingBuilders | function | core/ |
Tests multiple breadcrumb builders of which one returns NULL. |
BreadcrumbManagerTest::testBuildWithoutBuilder | function | core/ |
Tests the breadcrumb manager without any set breadcrumb. |
BreadcrumbManagerTest::testBuildWithSingleBuilder | function | core/ |
Tests the build method with a single breadcrumb builder. |
BreakLockForm::$entityTypeManager | property | core/ |
Stores the entity type manager. |
BreakLockLink::$entityTypeManager | property | core/ |
The entity type manager. |
breakpoint.manager | service | core/ |
Drupal\breakpoint\BreakpointManager |
BreakpointManager | class | core/ |
Defines a breakpoint plugin manager to deal with breakpoints. |
BreakpointManager.php | file | core/ |
|
BreakpointManager::$breakpointsByGroup | property | core/ |
Static cache of breakpoints keyed by group. |
BreakpointManager::$defaults | property | core/ |
A set of defaults to be referenced by $this->processDefinition(). |
BreakpointManager::$instances | property | core/ |
The plugin instances. |
BreakpointManager::$themeHandler | property | core/ |
The theme handler. |
BreakpointManager::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
BreakpointManager::getBreakpointsByGroup | function | core/ |
Gets breakpoints for the specified group. |
BreakpointManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
BreakpointManager::getGroupLabel | function | core/ |
Gets the label for a breakpoint group. |
BreakpointManager::getGroupProviders | function | core/ |
Gets all the providers for the specified breakpoint group. |
BreakpointManager::getGroups | function | core/ |
Gets all the existing breakpoint groups. |
BreakpointManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
BreakpointManager::providerExists | function | core/ |
Determines if the provider of a definition exists. |
BreakpointManager::__construct | function | core/ |
Constructs a new BreakpointManager instance. |
BreakpointManagerInterface | interface | core/ |
Defines an interface for breakpoint managers. |
BreakpointManagerInterface.php | file | core/ |
|
BreakpointManagerInterface::getBreakpointsByGroup | function | core/ |
Gets breakpoints for the specified group. |
BreakpointManagerInterface::getGroupProviders | function | core/ |
Gets all the providers for the specified breakpoint group. |
BreakpointManagerInterface::getGroups | function | core/ |
Gets all the existing breakpoint groups. |
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.