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 10.3.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
AddComponent class core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php Adds a component to a layout builder section.
AddComponent.php file core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php
AddComponent::apply function core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php Applies the config action.
AddComponent::create function core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php Creates an instance of the plugin.
AddComponent::__construct function core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php
AddComponentDeriver class core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php @internal
This API is experimental.
AddComponentDeriver.php file core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php
AddComponentDeriver::create function core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php Creates a new class instance.
AddComponentDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php Gets the definition of all derivatives of a base plugin.
AddComponentDeriver::__construct function core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php
AddComponentTest class core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\ConfigAction\AddComponent[[api-linebreak]]
AddComponentTest.php file core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php
AddComponentTest::$configActionManager property core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php The config action manager.
AddComponentTest::$modules property core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php Modules to install.
AddComponentTest::$plugin property core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php The plugin.
AddComponentTest::provider function core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php Data provider for testAddComponent.
AddComponentTest::setUp function core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php
AddComponentTest::testActionFailsIfEntityNotFound function core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php Tests that applying the config action to a missing entity fails.
AddComponentTest::testAddComponent function core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php Tests adding a component to a view display using a config action.
AddComponentTest::testAddComponentToEmptyRegionThatIsNotFirst function core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php Tests that adding a component to another section works as expected.
array-to-object.component.yml file core/modules/system/tests/modules/sdc_test/components/array-to-object/array-to-object.component.yml core/modules/system/tests/modules/sdc_test/components/array-to-object/array-to-object.component.yml
array-to-object.component.yml file core/modules/sdc/tests/modules/sdc_test/components/array-to-object/array-to-object.component.yml core/modules/sdc/tests/modules/sdc_test/components/array-to-object/array-to-object.component.yml
badge.component.yml file core/profiles/demo_umami/themes/umami/components/badge/badge.component.yml core/profiles/demo_umami/themes/umami/components/badge/badge.component.yml
badge.component.yml file core/modules/navigation/components/badge/badge.component.yml core/modules/navigation/components/badge/badge.component.yml
banner.component.yml file core/profiles/demo_umami/themes/umami/components/banner/banner.component.yml core/profiles/demo_umami/themes/umami/components/banner/banner.component.yml
bar.component.yml file core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.component.yml core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.component.yml
bar.component.yml file core/modules/sdc/tests/themes/sdc_theme_test/components/bar/bar.component.yml core/modules/sdc/tests/themes/sdc_theme_test/components/bar/bar.component.yml
BlockComponentRenderArray class core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php Builds render arrays and handles access for all block components.
BlockComponentRenderArray.php file core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php
BlockComponentRenderArray::$currentUser property core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php The current user.
BlockComponentRenderArray::getSubscribedEvents function core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php
BlockComponentRenderArray::onBuildRender function core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php Builds render arrays for block plugins and sets it on the event.
BlockComponentRenderArray::__construct function core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php Creates a BlockComponentRenderArray object.
BlockComponentRenderArrayTest class core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @coversDefaultClass \Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray[[api-linebreak]]
@group layout_builder
BlockComponentRenderArrayTest.php file core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php
BlockComponentRenderArrayTest::$account property core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php The current user.
BlockComponentRenderArrayTest::$blockManager property core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php The block plugin manager.
BlockComponentRenderArrayTest::providerBlockTypes function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php Data provider for test functions that should test block types.
BlockComponentRenderArrayTest::setUp function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php
BlockComponentRenderArrayTest::testOnBuildRender function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderDenied function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderEmptyBuild function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderEmptyBuildWithCacheTags function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderInPreview function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderInPreviewEmptyBuild function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderNoBlock function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderNullBuild function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderWithoutPreviewFallbackString function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockViewBuilder::buildComponents function core/modules/block/src/BlockViewBuilder.php Builds the component fields and properties of a set of entities.
branding.component.yml file core/profiles/demo_umami/themes/umami/components/branding/branding.component.yml core/profiles/demo_umami/themes/umami/components/branding/branding.component.yml

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