Search for component

  1. Search 7.x for component
  2. Search 9.5.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
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.
EntityTestViewBuilder::buildComponents function core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php Builds the component fields and properties of a set of entities.
EntityViewBuilder::buildComponents function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Builds the component fields and properties of a set of entities.
EntityViewBuilderInterface::buildComponents function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php Builds the component fields and properties of a set of entities.
FeedViewBuilder::buildComponents function core/modules/aggregator/src/FeedViewBuilder.php Builds the component fields and properties of a set of entities.
FileUploadForm::hideExtraSourceFieldComponents function core/modules/media_library/src/Form/FileUploadForm.php Processes an image or file source field element.
GraphTest::assertComponents function core/tests/Drupal/Tests/Component/Graph/GraphTest.php Verify expected components in a graph.
InlineBlockEntityOperations::saveInlineBlockComponent function core/modules/layout_builder/src/InlineBlockEntityOperations.php Saves an inline block component.
InstallStorage::getComponentFolder function core/lib/Drupal/Core/Config/InstallStorage.php Get folder inside each component that contains the files.
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::getQuickEditSectionComponent function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Returns the Quick Edit formatter settings.
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.
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 Dataprovider 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.
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.

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