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
ComponentValidatorTest::testValidatePropsInvalid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Tests that invalid props are handled properly.
ComponentValidatorTest::testValidatePropsInvalid function core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php Tests that invalid props are handled properly.
ComponentValidatorTest::testValidatePropsValid function core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php Tests that valid props are handled properly.
ComponentValidatorTest::testValidatePropsValid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Tests that valid props are handled properly.
Composer::generateComponentPackages function composer/Composer.php Update component packages whenever composer.lock is updated.
ComposerBuildTestBase::$componentsPath property core/tests/Drupal/BuildTests/Composer/ComposerBuildTestBase.php Relative path from Drupal root to the Components directory.
ComposerBuildTestBase::getComponentPathsFinder function core/tests/Drupal/BuildTests/Composer/ComposerBuildTestBase.php Find all the composer.json files for components.
ComposerIntegrationTest::testAllCoreComponentsReplaced function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests core's composer.json replace section.
ConfigureBlockFormBase::getCurrentComponent function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Retrieves the current component being edited by the form.
core.ui_components.html.twig file core/modules/help/help_topics/core.ui_components.html.twig ---
label: 'Using the administrative interface'
top_level: true
related:
- block.overview
---
{% set accessibility_topic = render_var(help_topic_link('core.ui_accessibility')) %}
{% set settings_tray_topic =…
CSS_COMPONENT constant core/includes/common.inc The default weight for CSS rules that style design components (and their associated states and themes.)
disclaimer.component.yml file core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.component.yml core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.component.yml
DrupalComponentTest class core/tests/Drupal/Tests/Component/DrupalComponentTest.php General tests for \Drupal\Component that can't go anywhere else.
DrupalComponentTest.php file core/tests/Drupal/Tests/Component/DrupalComponentTest.php
DrupalComponentTest::assertNoCoreUsage function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Asserts that the given class is not using any class from Core namespace.
DrupalComponentTest::findPhpClasses function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Searches a directory recursively for PHP classes.
DrupalComponentTest::getComponents function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Data provider.
DrupalComponentTest::providerAssertNoCoreUsage function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Data provider for testAssertNoCoreUsage().
DrupalComponentTest::testAssertNoCoreUsage function core/tests/Drupal/Tests/Component/DrupalComponentTest.php @covers \Drupal\Tests\Component\DrupalComponentTest::assertNoCoreUsage[[api-linebreak]]
@dataProvider providerAssertNoCoreUsage
DrupalComponentTest::testComponentLicense function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Tests LICENSE.txt is present and has the correct content.
DrupalComponentTest::testNoCoreInComponent function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Tests that classes in Component do not use any Core class.
DrupalComponentTest::testNoCoreInComponentTests function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Tests that classes in Component Tests do not use any Core class.
DrupalComponentTestListenerTrait trait core/tests/Drupal/Tests/Listeners/DrupalComponentTestListenerTrait.php Ensures that no component tests are extending a core test base class.
DrupalComponentTestListenerTrait.php file core/tests/Drupal/Tests/Listeners/DrupalComponentTestListenerTrait.php
DrupalComponentTestListenerTrait::componentEndTest function core/tests/Drupal/Tests/Listeners/DrupalComponentTestListenerTrait.php Reacts to the end of a test.
Drupal\Component\DependencyInjection\ReverseContainer service core/core.services.yml
Drupal\Core\Template\ComponentsTwigExtension service core/core.services.yml
Drupal\Core\Template\Loader\ComponentLoader service core/core.services.yml
Drupal\Core\Theme\ComponentNegotiator service core/core.services.yml
Drupal\Core\Theme\Component\ComponentValidator service core/core.services.yml
Drupal\Core\Theme\Component\SchemaCompatibilityChecker service core/core.services.yml
Drupal\sdc\ComponentNegotiator service core/modules/sdc/sdc.services.yml Alias of Drupal\Core\Theme\ComponentNegotiator
Drupal\sdc\Component\ComponentValidator service core/modules/sdc/sdc.services.yml Alias of Drupal\Core\Theme\Component\ComponentValidator
Drupal\sdc\Component\SchemaCompatibilityChecker service core/modules/sdc/sdc.services.yml Alias of Drupal\Core\Theme\Component\SchemaCompatibilityChecker
Drupal\sdc\Twig\TwigComponentLoader service core/modules/sdc/sdc.services.yml Alias of Drupal\Core\Template\Loader\ComponentLoader
EntityDisplayBase::getComponent function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the display options set for a component.
EntityDisplayBase::getComponents function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the display options for all components.
EntityDisplayBase::removeComponent function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Sets a component to be hidden.
EntityDisplayBase::setComponent function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Sets the display options for a component.
EntityDisplayInterface::getComponent function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Gets the display options set for a component.
EntityDisplayInterface::getComponents function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Gets the display options for all components.
EntityDisplayInterface::removeComponent function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Sets a component to be hidden.
EntityDisplayInterface::setComponent function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Sets the display options for a component.
EntityDisplayTest::testBaseFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of a field component for a base field.
EntityDisplayTest::testComponentDependencies function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests components dependencies additions.
EntityDisplayTest::testExtraFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of a field component within an entity display object.
EntityDisplayTest::testExtraFieldComponentInitialInvalidConfig function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of an extra field component with initial invalid values.
EntityDisplayTest::testFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of a field component within an entity display object.
EntityFormDisplayTest::testBaseFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests the behavior of a field component for a base field.
EntityFormDisplayTest::testFieldComponent function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests the behavior of a field component within an EntityFormDisplay object.

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