Search for pluginManager
- Search 7.x for pluginManager
- Search 9.5.x for pluginManager
- Search 8.9.x for pluginManager
- Search 11.x for pluginManager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
DefaultPluginManagerTest | class | core/ |
Tests the default plugin manager. |
DefaultPluginManagerTest.php | file | core/ |
|
DefaultPluginManagerTest::$modules | property | core/ |
Modules to install. |
DefaultPluginManagerTest::testDefaultPluginManager | function | core/ |
Tests annotations and attributes on the default plugin manager. |
FieldTypePluginManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Field\FieldTypePluginManager[[api-linebreak]] @group Field |
FieldTypePluginManagerTest.php | file | core/ |
|
FieldTypePluginManagerTest::$discovery | property | core/ |
A mocked plugin discovery. |
FieldTypePluginManagerTest::$fieldTypeCategoryManager | property | core/ |
A mocked module handler. |
FieldTypePluginManagerTest::$fieldTypeManager | property | core/ |
The field type plugin manager. |
FieldTypePluginManagerTest::$moduleHandler | property | core/ |
A mocked module handler. |
FieldTypePluginManagerTest::setUp | function | core/ |
|
FieldTypePluginManagerTest::testGetGroupedDefinitions | function | core/ |
@covers ::getGroupedDefinitions[[api-linebreak]] |
FieldTypePluginManagerTest::testGetGroupedDefinitionsEmpty | function | core/ |
@covers ::getGroupedDefinitions[[api-linebreak]] |
FieldTypePluginManagerTest::testGetGroupedDefinitionsInvalid | function | core/ |
@covers ::getGroupedDefinitions[[api-linebreak]] |
HelpTopicPluginManager | class | core/ |
Provides the default help_topic manager. |
HelpTopicPluginManager.php | file | core/ |
|
HelpTopicPluginManager::$defaults | property | core/ |
Provides default values for all help topic plugins. |
HelpTopicPluginManager::findDefinitions | function | core/ |
Finds plugin definitions. |
HelpTopicPluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
HelpTopicPluginManager::providerExists | function | core/ |
Determines if the provider of a definition exists. |
HelpTopicPluginManager::__construct | function | core/ |
Constructs a new HelpTopicManager object. |
HelpTopicPluginManagerInterface | interface | core/ |
Defines an interface for managing help topics and storing their definitions. |
HelpTopicPluginManagerInterface.php | file | core/ |
|
LayoutPluginManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Layout\LayoutPluginManager[[api-linebreak]] @group Layout |
LayoutPluginManagerTest.php | file | core/ |
|
LayoutPluginManagerTest::$modules | property | core/ |
Modules to install. |
LayoutPluginManagerTest::activateTheme | function | core/ |
Activates a specified theme. |
LayoutPluginManagerTest::setUp | function | core/ |
|
LayoutPluginManagerTest::testPluginOverride | function | core/ |
Tests that layout plugins are correctly overridden. |
MigrateMissingDatabaseTest::$migrationPluginManager | property | core/ |
The migration plugin manager. |
MigrateMissingDatabaseTest::$migrationPluginManager | property | core/ |
The migration plugin manager. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.