Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
ExtractTest class core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Tests the extract process plugin.
ExtractTest class core/modules/migrate/tests/src/Unit/process/ExtractTest.php Tests Drupal\migrate\Plugin\migrate\process\Extract.
ExtractTest.php file core/modules/migrate/tests/src/Unit/process/ExtractTest.php
ExtractTest.php file core/modules/migrate/tests/src/Kernel/process/ExtractTest.php
ExtractTest::$modules property core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Modules to install.
ExtractTest::getDefinition function core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Returns test migration definition.
ExtractTest::multipleValueProviderSource function core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Provides multiple source data for "extract" process plugin test.
ExtractTest::providerExtractDefault function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Data provider for testExtractDefault.
ExtractTest::providerTestExtractInvalid function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Provides data for the testExtractInvalid.
ExtractTest::setUp function core/modules/migrate/tests/src/Unit/process/ExtractTest.php
ExtractTest::testExtract function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Tests successful extraction.
ExtractTest::testExtractDefault function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Test the extract plugin with default values.
ExtractTest::testExtractFail function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Tests unsuccessful extraction.
ExtractTest::testExtractFailDefault function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Tests unsuccessful extraction.
ExtractTest::testExtractInvalid function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Tests invalid input.
ExtractTest::testMultipleValueExplode function core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Tests multiple value handling.
ExtraFieldBlock class core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Provides a block that renders an extra field from an entity.
ExtraFieldBlock.php file core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
ExtraFieldBlock::$entityFieldManager property core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php The entity field manager.
ExtraFieldBlock::$entityTypeManager property core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php The entity type manager.
ExtraFieldBlock::$fieldName property core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php The field name.
ExtraFieldBlock::blockAccess function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Indicates whether the block should be shown.
ExtraFieldBlock::build function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Builds and returns the renderable array for this block plugin.
ExtraFieldBlock::defaultConfiguration function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
ExtraFieldBlock::getEntity function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Gets the entity that has the field.
ExtraFieldBlock::getPreviewFallbackString function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
ExtraFieldBlock::preRenderBlock function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Pre-render callback to ensure empty extra_field_block's are not rendered.
ExtraFieldBlock::replaceFieldPlaceholder function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Replaces all placeholders for a given field.
ExtraFieldBlock::__construct function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Constructs a new ExtraFieldBlock.
ExtraFieldBlockCacheTagInvalidator class core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php Provides a cache tag invalidator that clears the block cache.
ExtraFieldBlockCacheTagInvalidator.php file core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php
ExtraFieldBlockCacheTagInvalidator::invalidateTags function core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php Marks cache items with any of the specified tags as invalid.
ExtraFieldBlockCacheTagInvalidator::__construct function core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php Constructs a new ExtraFieldBlockCacheTagInvalidator.
ExtraFieldBlockDeriver class core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php Provides entity field block definitions for every field.
ExtraFieldBlockDeriver.php file core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php
ExtraFieldBlockDeriver::$entityFieldManager property core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php The entity field manager.
ExtraFieldBlockDeriver::$entityTypeBundleInfo property core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php The entity type bundle info.
ExtraFieldBlockDeriver::$entityTypeManager property core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php The entity type manager.
ExtraFieldBlockDeriver::$entityTypeRepository property core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php The entity type repository.
ExtraFieldBlockDeriver::bundleIdsWithLayoutBuilderDisplays function core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php Gets the list of entity type and bundle tuples with layout builder enabled.
ExtraFieldBlockDeriver::create function core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php Creates a new class instance.
ExtraFieldBlockDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php Gets the definition of all derivatives of a base plugin.
ExtraFieldBlockDeriver::__construct function core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php Constructs new FieldBlockDeriver.
f83c3b53-b077-44b4-943b-08b903b08067.yml file core/tests/fixtures/pre_entity_import_default_content/entity_test/f83c3b53-b077-44b4-943b-08b903b08067.yml core/tests/fixtures/pre_entity_import_default_content/entity_test/f83c3b53-b077-44b4-943b-08b903b08067.yml
FactoryInterface interface core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php Factory interface implemented by all plugin factories.
FactoryInterface.php file core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php
FactoryInterface::createInstance function core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php Creates a plugin instance based on the provided ID and configuration.
FactoryTest class core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that plugins are correctly instantiated.
FactoryTest.php file core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php
FactoryTest::testDefaultFactory function core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that DefaultFactory can create a plugin instance.

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