Search for field_

  1. Search 7.x for field_
  2. Search 9.5.x for field_
  3. Search 10.3.x for field_
  4. Search 11.x for field_
  5. Other projects
Title Object type File name Summary
LayoutFieldTranslateUpdateConfig::$layoutBuilderTestCases property core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfig.php Layout builder test cases.
LayoutFieldTranslateUpdateConfigAndStorage class core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfigAndStorage.php A test case that updates both bundles' fields.
LayoutFieldTranslateUpdateConfigAndStorage.php file core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfigAndStorage.php
LayoutFieldTranslateUpdateConfigAndStorage::$expectedBundleUpdates property core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfigAndStorage.php Expectations of field updates by bundles.
LayoutFieldTranslateUpdateConfigAndStorage::$expectedFieldStorageUpdate property core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfigAndStorage.php Whether the field storage should be updated.
LayoutFieldTranslateUpdateConfigAndStorage::$layoutBuilderTestCases property core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfigAndStorage.php Layout builder test cases.
layout_builder_fieldblock_test.fake_view_mode_context service core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.services.yml Drupal\layout_builder_fieldblock_test\ContextProvider\FakeViewModeContext
layout_builder_fieldblock_test.info.yml file core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.info.yml core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.info.yml
layout_builder_fieldblock_test.schema.yml file core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/config/schema/layout_builder_fieldblock_test.schema.yml core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/config/schema/layout_builder_fieldblock_test.schema.yml
layout_builder_fieldblock_test.services.yml file core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.services.yml core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.services.yml
layout_builder_field_config_delete function core/modules/layout_builder/layout_builder.module Implements hook_field_config_delete().
layout_builder_field_config_insert function core/modules/layout_builder/layout_builder.module Implements hook_field_config_insert().
layout_builder_post_update_add_extra_fields function core/modules/layout_builder/layout_builder.post_update.php Ensure all extra fields are properly stored on entity view displays.
layout_builder_test_entity_extra_field_info function core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.module Implements hook_entity_extra_field_info().
layout_builder_theme_suggestions_field_alter function core/modules/layout_builder/layout_builder.module Implements hook_theme_suggestions_HOOK_alter().
LegacyContentEntityStorageBaseTest::testDoLoadMultipleRevisionFieldItems function core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Tests doLoadMultipleRevisionsFieldItems triggers an error.
LegacyFieldTypePluginManagerTest class core/modules/field/tests/src/Kernel/LegacyFieldTypePluginManagerTest.php Extends FieldTypePluginManagerTest to test with deprecated modules.
LegacyFieldTypePluginManagerTest.php file core/modules/field/tests/src/Kernel/LegacyFieldTypePluginManagerTest.php
LegacyFieldTypePluginManagerTest::$excludeDeprecated property core/modules/field/tests/src/Kernel/LegacyFieldTypePluginManagerTest.php Flag to exclude deprecated modules from the tests.
LinkCckDeprecationTest::testAlterFieldInstanceMigration function core/modules/link/tests/src/Kernel/Plugin/migrate/cckfield/d7/LinkCckDeprecationTest.php @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use alterFieldInstanceMigration() instead. See https://www.drupal.org/node/2944598.
LinkCckTest::testAlterFieldInstanceMigration function core/modules/link/tests/src/Kernel/Plugin/migrate/cckfield/d7/LinkCckTest.php @covers ::alterFieldInstanceMigration[[api-linebreak]]
LinkCckTest::testProcessCckFieldValues function core/modules/link/tests/src/Unit/Plugin/migrate/cckfield/LinkCckTest.php @covers ::processCckFieldValues[[api-linebreak]]
@expectedDeprecation LinkField is deprecated in Drupal 8.3.x and will be be removed before Drupal 9.0.x. Use \Drupal\link\Plugin\migrate\field\d6\LinkField instead.
LinkField.php file core/modules/link/src/Plugin/migrate/cckfield/LinkField.php
LinkField.php file core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php
LinkField.php file core/modules/link/src/Plugin/migrate/field/d6/LinkField.php
LinkField.php file core/modules/link/src/Plugin/migrate/field/d7/LinkField.php
LinkField::alterFieldInstanceMigration function core/modules/link/src/Plugin/migrate/field/d7/LinkField.php Apply any custom processing to the field instance migration.
LinkField::alterFieldInstanceMigration function core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php Apply any custom processing to the field instance migration.
LinkField::defineValueProcessPipeline function core/modules/link/src/Plugin/migrate/field/d6/LinkField.php Apply any custom processing to the field bundle migrations.
LinkField::getFieldFormatterMap function core/modules/link/src/Plugin/migrate/field/d6/LinkField.php Get a map between D6 formatters and D8 formatters for this field type.
LinkField::getFieldFormatterMap function core/modules/link/src/Plugin/migrate/field/d7/LinkField.php Get a map between D6 formatters and D8 formatters for this field type.
LinkField::getFieldFormatterMap function core/modules/link/src/Plugin/migrate/cckfield/LinkField.php Get a map between D6 formatters and D8 formatters for this field type.
LinkField::getFieldWidgetMap function core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php Get a map between D6 and D8 widgets for this field type.
LinkField::getFieldWidgetMap function core/modules/link/src/Plugin/migrate/field/d7/LinkField.php Get a map between D6 and D8 widgets for this field type.
LinkField::processCckFieldValues function core/modules/link/src/Plugin/migrate/cckfield/LinkField.php Apply any custom processing to the field bundle migrations.
LinkFieldLegacyTest class core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldLegacyTest.php @group legacy
@group link
LinkFieldLegacyTest class core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldLegacyTest.php @group legacy
@group link
LinkFieldLegacyTest.php file core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldLegacyTest.php
LinkFieldLegacyTest.php file core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldLegacyTest.php
LinkFieldLegacyTest::testAlterFieldInstanceMigration function core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldLegacyTest.php @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use alterFieldInstanceMigration() instead. See https://www.drupal.org/node/2944598.
LinkFieldLegacyTest::testDefineValueProcessPipeline function core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldLegacyTest.php @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
LinkFieldRdfaTest class core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Tests the placement of RDFa in link field formatters.
LinkFieldRdfaTest.php file core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php
LinkFieldRdfaTest::$fieldType property core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php The machine name of the field type to test.
LinkFieldRdfaTest::$modules property core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Modules to enable.
LinkFieldRdfaTest::runTestAllFormatters function core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Helper function to test all link formatters.
LinkFieldRdfaTest::setUp function core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Set the default field storage backend for fields created during tests.
LinkFieldRdfaTest::testAllFormattersExternal function core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Tests all formatters with link to external page.
LinkFieldRdfaTest::testAllFormattersFront function core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Tests all formatters with link to frontpage.
LinkFieldRdfaTest::testAllFormattersInternal function core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Tests all formatters with link to internal page.

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