ComponentPluginManager::getScanDirectories |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Get the list of directories to scan. |
ComponentPluginManager::getScanDirectories |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Get the list of directories to scan. |
ComponentPluginManager::isValidDefinition |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Validates the metadata info. |
ComponentPluginManager::isValidDefinition |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Validates the metadata info. |
ComponentPluginManager::libraryFromDefinition |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Creates the library declaration array from a component definition. |
ComponentPluginManager::libraryFromDefinition |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Creates the library declaration array from a component definition. |
ComponentPluginManager::makePathRelativeToLibraryRoot |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Takes a path and makes it relative to the library provider. |
ComponentPluginManager::makePathRelativeToLibraryRoot |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Takes a path and makes it relative to the library provider. |
ComponentPluginManager::processDefinition |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Performs extra processing on plugin definitions. |
ComponentPluginManager::processDefinitionCategory |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Processes a plugin definition to ensure there is a category. |
ComponentPluginManager::providerExists |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Determines if the provider of a definition exists. |
ComponentPluginManager::providerExists |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Determines if the provider of a definition exists. |
ComponentPluginManager::shouldEnforceSchemas |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Assess whether schemas are mandatory for props. |
ComponentPluginManager::shouldEnforceSchemas |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Assess whether schemas are mandatory for props. |
ComponentPluginManager::translateLibraryPaths |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Changes the library paths, so they can be used by the library system. |
ComponentPluginManager::translateLibraryPaths |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Changes the library paths, so they can be used by the library system. |
ComponentPluginManager::__construct |
function |
core/modules/sdc/src/ComponentPluginManager.php |
Constructs SdcPluginManager object. |
ComponentPluginManager::__construct |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Constructs ComponentPluginManager object. |
ComponentPluginManagerCachedDiscoveryTest |
class |
core/tests/Drupal/KernelTests/Components/ComponentPluginManagerCachedDiscoveryTest.php |
Tests discovery of components in a theme being installed or uninstalled. |
ComponentPluginManagerCachedDiscoveryTest.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentPluginManagerCachedDiscoveryTest.php |
|
ComponentPluginManagerCachedDiscoveryTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentPluginManagerCachedDiscoveryTest.php |
Themes to install. |
ComponentPluginManagerCachedDiscoveryTest::testComponentDiscoveryOnThemeInstall |
function |
core/tests/Drupal/KernelTests/Components/ComponentPluginManagerCachedDiscoveryTest.php |
Tests cached component plugin discovery on theme install and uninstall. |
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 |
class |
core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php |
Tests the component plugin manager. |
ComponentPluginManagerTest.php |
file |
core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php |
|
ComponentPluginManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
|
ComponentPluginManagerTest.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentPluginManagerTest.php |
|
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 |
Modules to install. |
ComponentPluginManagerTest::$modules |
property |
core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php |
Modules to enable. |
ComponentPluginManagerTest::$themes |
property |
core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php |
Themes to install. |
ComponentPluginManagerTest::$themes |
property |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Themes to install. |
ComponentPluginManagerTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentPluginManagerTest.php |
Themes to install. |
ComponentPluginManagerTest::testFindEmptyMetadataFile |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Test that components render correctly. |
ComponentPluginManagerTest::testFindEmptyMetadataFile |
function |
core/tests/Drupal/KernelTests/Components/ComponentPluginManagerTest.php |
Test that components render correctly. |
ComponentPluginManagerTest::testFindEmptyMetadataFile |
function |
core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php |
Test that components render correctly. |
ComponentPluginManagerTest::testMismatchingFolderName |
function |
core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php |
Test that the machine name is grabbed from the *.component.yml. |
ComponentPluginManagerTest::testMismatchingFolderName |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Test that the machine name is grabbed from the *.component.yml. |
ComponentPluginManagerTest::testMismatchingFolderName |
function |
core/tests/Drupal/KernelTests/Components/ComponentPluginManagerTest.php |
Test that the machine name is grabbed from the *.component.yml. |
ComponentRendererTrait |
trait |
core/modules/sdc/tests/src/Traits/ComponentRendererTrait.php |
Defines a trait for rendering components. |
ComponentRendererTrait.php |
file |
core/modules/sdc/tests/src/Traits/ComponentRendererTrait.php |
|
ComponentRendererTrait::renderComponentRenderArray |
function |
core/modules/sdc/tests/src/Traits/ComponentRendererTrait.php |
Renders a component for testing sake. |
ComponentRenderInvalidTest |
class |
core/modules/sdc/tests/src/Kernel/ComponentRenderInvalidTest.php |
Tests invalid render options for components. |
ComponentRenderInvalidTest |
class |
core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php |
Tests invalid render options for components. |
ComponentRenderInvalidTest.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php |
|
ComponentRenderInvalidTest.php |
file |
core/modules/sdc/tests/src/Kernel/ComponentRenderInvalidTest.php |
|
ComponentRenderInvalidTest::$modules |
property |
core/modules/sdc/tests/src/Kernel/ComponentRenderInvalidTest.php |
Modules to enable. |
ComponentRenderInvalidTest::$modules |
property |
core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php |
Modules to install. |
ComponentRenderInvalidTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php |
Themes to install. |