Search for component

  1. Search 7.x for component
  2. Search 8.9.x for component
  3. Search 10.3.x for component
  4. Search 11.x for component
  5. Other projects
Title Object type File name Summary
InstallStorage::getComponentNames function core/lib/Drupal/Core/Config/InstallStorage.php Get all configuration names and folders for a list of modules or themes.
ItemViewBuilder::buildComponents function core/modules/aggregator/src/ItemViewBuilder.php Builds the component fields and properties of a set of entities.
LayoutBuilderEntityViewDisplay::getComponent function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the display options set for a component.
LayoutBuilderEntityViewDisplay::getSectionComponentForFieldName function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the component for a given field name if any.
LayoutBuilderEntityViewDisplay::setComponent function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Sets the display options for a component.
LayoutBuilderEvents::SECTION_COMPONENT_BUILD_RENDER_ARRAY constant core/modules/layout_builder/src/LayoutBuilderEvents.php Name of the event fired when a component's render array is built.
LayoutBuilderIntegration::supportQuickEditOnComponent function core/modules/quickedit/src/LayoutBuilderIntegration.php Determines whether a component has Quick Edit support.
LayoutEntityHelperTrait::getInlineBlockComponents function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets components that have Inline Block plugins.
LayoutEntityHelperTraitTest::providerSectionsWithInlineComponents function core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php Data provider method for tests that need sections with inline blocks.
LayoutEntityHelperTraitTest::testGetInlineBlockComponents function core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php @covers ::getInlineBlockComponents
layout_builder.render_block_component_subscriber service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray
LocaleConfigManager::getComponentNames function core/modules/locale/src/LocaleConfigManager.php Gets configuration names associated with components.
LocaleDefaultConfigStorage::getComponentNames function core/modules/locale/src/LocaleDefaultConfigStorage.php Get all configuration names and folders for a list of modules or themes.
locale_config_batch_update_components function core/modules/locale/locale.bulk.inc Builds a locale batch to refresh configuration.
MigrateFieldFormatterSettingsTest::assertComponent function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php Asserts various aspects of a particular component of a view display.
MigrateFieldFormatterSettingsTest::assertComponentNotExists function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php Asserts that a particular component is NOT included in a display.
MigrateFieldFormatterSettingsTest::assertComponentNotExists function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php Asserts that a particular component is NOT included in a display.
MigrateFieldInstanceWidgetSettingsTest::assertComponent function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php Asserts various aspects of a particular component of a form display.
MoveBlockForm::getComponentsWrapper function core/modules/layout_builder/src/Form/MoveBlockForm.php Ajax callback for the region select element.
NodeViewBuilder::buildComponents function core/modules/node/src/NodeViewBuilder.php Builds the component fields and properties of a set of entities.
PasswordConfirmWidgetTest::testPasswordConfirmWidgetJsComponents function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Tests the components added to the password confirm widget.
PasswordWidgetThemeFunctionTest::testPasswordConfirmWidgetJsComponents function core/modules/user/tests/src/FunctionalJavascript/PasswordWidgetThemeFunctionTest.php Tests password widget theme functions and its deprecations.
PerComponentEntityDisplay class core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php This class imports one component of an entity display.
PerComponentEntityDisplay.php file core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php
PerComponentEntityDisplay::getEntity function core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php Gets the entity.
PerComponentEntityDisplay::MODE_NAME constant core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php
PerComponentEntityDisplayTest class core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php Tests the entity display destination plugin.
PerComponentEntityDisplayTest.php file core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php Contains \Drupal\Tests\migrate\Unit\destination\PerComponentEntityDisplayTest.
PerComponentEntityDisplayTest::testImport function core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php Tests the entity display import method.
PerComponentEntityFormDisplay class core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php This class imports one component of an entity form display.
PerComponentEntityFormDisplay.php file core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php
PerComponentEntityFormDisplay::getEntity function core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php Gets the entity.
PerComponentEntityFormDisplay::MODE_NAME constant core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php
PerComponentEntityFormDisplayTest class core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php Tests the entity display destination plugin.
PerComponentEntityFormDisplayTest.php file core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php Contains \Drupal\Tests\migrate\Unit\destination\PerComponentEntityFormDisplayTest.
PerComponentEntityFormDisplayTest::testImport function core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php Tests the entity display import method.
QuickEditLayoutBuilderEntityViewDisplay::getComponent function core/modules/quickedit/src/Entity/QuickEditLayoutBuilderEntityViewDisplay.php Gets the display options set for a component.
QuickEditLayoutBuilderEntityViewDisplay::getQuickEditSectionComponent function core/modules/quickedit/src/Entity/QuickEditLayoutBuilderEntityViewDisplay.php Returns the Quick Edit formatter settings.
Section::$components property core/modules/layout_builder/src/Section.php An array of components, keyed by UUID.
Section::appendComponent function core/modules/layout_builder/src/Section.php Appends a component to the end of a region.
Section::getComponent function core/modules/layout_builder/src/Section.php Gets the component for a given UUID.
Section::getComponents function core/modules/layout_builder/src/Section.php Returns the components of the section.
Section::getComponentsByRegion function core/modules/layout_builder/src/Section.php Gets the components for a specific region.
Section::insertAfterComponent function core/modules/layout_builder/src/Section.php Inserts a component after a specified existing component.
Section::insertComponent function core/modules/layout_builder/src/Section.php Inserts a component at a specified delta.
Section::removeComponent function core/modules/layout_builder/src/Section.php Removes a given component from a region.
Section::setComponent function core/modules/layout_builder/src/Section.php Helper method to set a component.
SectionComponent class core/modules/layout_builder/src/SectionComponent.php Provides a value object for a section component.
SectionComponent.php file core/modules/layout_builder/src/SectionComponent.php
SectionComponent::$additional property core/modules/layout_builder/src/SectionComponent.php Any additional properties and values.

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