Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 11.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ComponentKernelTestBase::$manager | property | core/ |
The component plugin manager. |
ComponentPluginManager | class | core/ |
Defines a plugin manager to deal with components. |
ComponentPluginManager.php | file | core/ |
|
ComponentPluginManager::$defaults | property | core/ |
A set of defaults to be referenced by $this->processDefinition(). |
ComponentPluginManager::alterDefinition | function | core/ |
Alters the plugin definition with computed properties. |
ComponentPluginManager::alterDefinitions | function | core/ |
Invokes the hook to alter the definitions if the alter hook is set. |
ComponentPluginManager::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
ComponentPluginManager::createInstance | function | core/ |
Creates an instance. |
ComponentPluginManager::find | function | core/ |
Gets a component for rendering. |
ComponentPluginManager::findAsset | function | core/ |
Finds assets related to the provided metadata file. |
ComponentPluginManager::getAllComponents | function | core/ |
Gets all components. |
ComponentPluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
ComponentPluginManager::getScanDirectories | function | core/ |
Get the list of directories to scan. |
ComponentPluginManager::isValidDefinition | function | core/ |
Validates the metadata info. |
ComponentPluginManager::libraryFromDefinition | function | core/ |
Creates the library declaration array from a component definition. |
ComponentPluginManager::makePathRelativeToLibraryRoot | function | core/ |
Takes a path and makes it relative to the library provider. |
ComponentPluginManager::providerExists | function | core/ |
Determines if the provider of a definition exists. |
ComponentPluginManager::shouldEnforceSchemas | function | core/ |
Assess whether schemas are mandatory for props. |
ComponentPluginManager::translateLibraryPaths | function | core/ |
Changes the library paths, so they can be used by the library system. |
ComponentPluginManager::__construct | function | core/ |
Constructs ComponentPluginManager object. |
ComponentPluginManagerTest | class | core/ |
Tests the component plugin manager. |
ComponentPluginManagerTest.php | file | core/ |
|
ComponentPluginManagerTest::$modules | property | core/ |
Modules to install. |
ComponentPluginManagerTest::$themes | property | core/ |
Themes to install. |
ComponentPluginManagerTest::testFindEmptyMetadataFile | function | core/ |
Test that components render correctly. |
ComponentPluginManagerTest::testMismatchingFolderName | function | core/ |
Test that the machine name is grabbed from the *.component.yml. |
ConditionInterface::setExecutableManager | function | core/ |
Sets the executable manager class. |
ConditionManager | class | core/ |
A plugin manager for condition plugins. |
ConditionManager.php | file | core/ |
|
ConditionManager::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
ConditionManager::execute | function | core/ |
Executes an executable plugin. |
ConditionManager::getType | function | core/ |
A string identifying the plugin type. |
ConditionManager::__construct | function | core/ |
Constructs a ConditionManager object. |
ConditionPluginBase::$executableManager | property | core/ |
The condition manager to proxy execute calls through. |
ConditionPluginBase::setExecutableManager | function | core/ |
Sets the executable manager class. |
config.manager | service | core/ |
Drupal\Core\Config\ConfigManager |
config.storage.export.manager | service | core/ |
Drupal\Core\Config\ExportStorageManager |
Config::$language_manager | property | core/ |
The language manager. |
Config::$typedConfigManager | property | core/ |
The typed config manager service. |
ConfigActionManager | class | core/ |
|
ConfigActionManager.php | file | core/ |
|
ConfigActionManager::$deprecatedPluginIds | property | core/ |
Information about all deprecated plugin IDs. |
ConfigActionManager::alterDefinitions | function | core/ |
Invokes the hook to alter the definitions if the alter hook is set. |
ConfigActionManager::applyAction | function | core/ |
Applies a config action. |
ConfigActionManager::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
ConfigActionManager::getConfigNamesMatchingExpression | function | core/ |
Gets the names of all active config objects that match an expression. |
ConfigActionManager::getShorthandActionIdsForEntityType | function | core/ |
Gets a map of shorthand action IDs to plugin IDs for an entity type. |
ConfigActionManager::__construct | function | core/ |
Constructs a new \Drupal\Core\Config\Action\ConfigActionManager object. |
ConfigController::$configManager | property | core/ |
The configuration manager. |
ConfigDependencyManager | class | core/ |
Provides a class to discover configuration entity dependencies. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.