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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Field class core/modules/views/src/Plugin/views/field/Field.php A stub class to provide backward compatibility for EntityField.
Field class core/modules/field/src/Plugin/migrate/source/d6/Field.php Drupal 6 field source from database.
Field class core/modules/field/src/Plugin/migrate/source/d7/Field.php Drupal 7 field source from database.

All search results

Title Object type File name Summary
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.
LayoutSectionTest::testLayoutDeletingField function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests that deleting a field removes it from the layout.
LayoutSectionTest::testLayoutUrlNoSectionField function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests that no Layout link shows without a section field.
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_quickedit_render_field function core/modules/layout_builder/layout_builder.module Implements hook_quickedit_render_field().
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 class core/modules/link/src/Plugin/migrate/cckfield/LinkField.php Plugin annotation

@MigrateCckField(
id = "link",
core = {6},
type_map = {
"link_field" = "link"
},
source_module = "link",
destination_module = "link"
)
LinkField class core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php @MigrateCckField(
id = "link_field",
core = {7},
type_map = {
"link_field" = "link"
},
source_module = "link",
destination_module = "link"
)
LinkField class core/modules/link/src/Plugin/migrate/field/d6/LinkField.php Plugin annotation

@MigrateField(
id = "link",
core = {6},
type_map = {
"link" = "link",
},
source_module = "link",
destination_module = "link"
)
LinkField class core/modules/link/src/Plugin/migrate/field/d7/LinkField.php @MigrateField(
id = "link_field",
core = {7},
type_map = {
"link_field" = "link"
},
source_module = "link",
destination_module = "link"
)
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.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::alterFieldInstanceMigration function core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php Apply any custom processing to the field instance migration.
LinkField::alterFieldInstanceMigration function core/modules/link/src/Plugin/migrate/field/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.

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