Search for component

  1. Search 7.x for component
  2. Search 9.5.x for component
  3. Search 8.9.x for component
  4. Search 11.x for component
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Component class core/modules/sdc/src/Plugin/Component.php Simple value object that contains information about the component.
Component class core/lib/Drupal/Core/Plugin/Component.php Simple value object that contains information about the component.

All search results

Title Object type File name Summary
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::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.
ComponentPluginManagerTest class core/tests/Drupal/Tests/Core/Theme/Component/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::$modules property core/tests/Drupal/Tests/Core/Theme/Component/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::testFindEmptyMetadataFile function core/tests/Drupal/Tests/Core/Theme/Component/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.
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.
ComponentRenderInvalidTest::$themes property core/modules/sdc/tests/src/Kernel/ComponentRenderInvalidTest.php Themes to install.
ComponentRenderInvalidTest::testInvalidDefinitionModule function core/modules/sdc/tests/src/Kernel/ComponentRenderInvalidTest.php Ensure that components in modules without schema fail validation.
ComponentRenderInvalidTest::testInvalidDefinitionModule function core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php Ensure that components in modules without schema fail validation.
ComponentRenderInvalidTest::testInvalidDefinitionTheme function core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php Ensure that components in modules without schema fail validation.
ComponentRenderInvalidTest::testInvalidDefinitionTheme function core/modules/sdc/tests/src/Kernel/ComponentRenderInvalidTest.php Ensure that components in modules without schema fail validation.
ComponentRenderTest class core/modules/sdc/tests/src/FunctionalJavascript/ComponentRenderTest.php Tests the correct rendering of components.
ComponentRenderTest class core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Tests the correct rendering of components.
ComponentRenderTest class core/modules/sdc/tests/src/Functional/ComponentRenderTest.php Tests the correct rendering of components.
ComponentRenderTest class core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Tests the correct rendering of components.
ComponentRenderTest class core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php Tests the correct rendering of components.
ComponentRenderTest class core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php Tests the correct rendering of components.
ComponentRenderTest.php file core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php
ComponentRenderTest.php file core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php
ComponentRenderTest.php file core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php
ComponentRenderTest.php file core/modules/sdc/tests/src/FunctionalJavascript/ComponentRenderTest.php
ComponentRenderTest.php file core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php
ComponentRenderTest.php file core/modules/sdc/tests/src/Functional/ComponentRenderTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.