ComponentPluginManager |
class |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Defines a plugin manager to deal with components. |
ComponentPluginManager |
class |
core/modules/sdc/src/ComponentPluginManager.php |
Defines a plugin manager to deal with sdc. |
ComponentPluginManager.php |
file |
core/modules/sdc/src/ComponentPluginManager.php |
|
ComponentPluginManager.php |
file |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
|
ComponentPluginManager::$defaults |
property |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
|
ComponentPluginManager::$defaults |
property |
core/modules/sdc/src/ComponentPluginManager.php |
A set of defaults to be referenced by $this->processDefinition(). |
ComponentPluginManager::alterDefinition |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Alters the plugin definition with computed properties. |
ComponentPluginManager::alterDefinition |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Alters the plugin definition with computed properties. |
ComponentPluginManager::alterDefinitions |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
|
ComponentPluginManager::alterDefinitions |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Invokes the hook to alter the definitions if the alter hook is set. |
ComponentPluginManager::clearCachedDefinitions |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Clears static and persistent plugin definition caches. |
ComponentPluginManager::clearCachedDefinitions |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
|
ComponentPluginManager::createInstance |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Creates an instance. |
ComponentPluginManager::createInstance |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Creates an instance. |
ComponentPluginManager::find |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Gets a component for rendering. |
ComponentPluginManager::find |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Gets a component for rendering. |
ComponentPluginManager::findAsset |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Finds assets related to the provided metadata file. |
ComponentPluginManager::findAsset |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Finds assets related to the provided metadata file. |
ComponentPluginManager::getAllComponents |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Gets all components. |
ComponentPluginManager::getAllComponents |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Gets all components. |
ComponentPluginManager::getDiscovery |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
|
ComponentPluginManager::getDiscovery |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Gets the plugin discovery. |
ComponentPluginManager::getScanDirectories |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Get the list of directories to scan. |
ComponentPluginManager::getScanDirectories |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Get the list of directories to scan. |
ComponentPluginManager::isValidDefinition |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Validates the metadata info. |
ComponentPluginManager::isValidDefinition |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Validates the metadata info. |
ComponentPluginManager::libraryFromDefinition |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Creates the library declaration array from a component definition. |
ComponentPluginManager::libraryFromDefinition |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Creates the library declaration array from a component definition. |
ComponentPluginManager::makePathRelativeToLibraryRoot |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Takes a path and makes it relative to the library provider. |
ComponentPluginManager::makePathRelativeToLibraryRoot |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Takes a path and makes it relative to the library provider. |
ComponentPluginManager::providerExists |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Determines if the provider of a definition exists. |
ComponentPluginManager::providerExists |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
|
ComponentPluginManager::shouldEnforceSchemas |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Assess whether schemas are mandatory for props. |
ComponentPluginManager::shouldEnforceSchemas |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Assess whether schemas are mandatory for props. |
ComponentPluginManager::translateLibraryPaths |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Changes the library paths, so they can be used by the library system. |
ComponentPluginManager::translateLibraryPaths |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Changes the library paths, so they can be used by the library system. |
ComponentPluginManager::__construct |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Constructs ComponentPluginManager object. |
ComponentPluginManager::__construct |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Constructs SdcPluginManager object. |
ComponentPluginManagerTest |
class |
core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php |
Tests the component plugin manager. |
ComponentPluginManagerTest |
class |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Tests the component plugin manager. |
ComponentPluginManagerTest |
class |
core/tests/Drupal/KernelTests/Components/ComponentPluginManagerTest.php |
Tests the component plugin manager. |
ComponentPluginManagerTest.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentPluginManagerTest.php |
|
ComponentPluginManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
|
ComponentPluginManagerTest.php |
file |
core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php |
|
ComponentPluginManagerTest::$modules |
property |
core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php |
Modules to enable. |
ComponentPluginManagerTest::$modules |
property |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Modules to install. |
ComponentPluginManagerTest::$modules |
property |
core/tests/Drupal/KernelTests/Components/ComponentPluginManagerTest.php |
|
ComponentPluginManagerTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentPluginManagerTest.php |
|
ComponentPluginManagerTest::$themes |
property |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Themes to install. |
ComponentPluginManagerTest::$themes |
property |
core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php |
Themes to install. |