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
media_library_test_entity_field_access function core/modules/media_library/tests/modules/media_library_test/media_library_test.module Implements hook_entity_field_access().
Menu::fields function core/modules/system/src/Plugin/migrate/source/Menu.php Returns available fields on the source.
MenuBlockPostUpdateTest::testPostUpdateMenuBlockFields function core/modules/system/tests/src/Functional/Update/MenuBlockPostUpdateTest.php Tests updating blocks with default 'expand_all_items' value.
MenuLink::fields function core/modules/menu_link_content/src/Plugin/migrate/source/MenuLink.php Returns available fields on the source.
MenuLinkContent::baseFieldDefinitions function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Provides base field definitions for an entity type.
MenuLinkContentResourceTestBase::$patchProtectedFieldNames property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php The fields that are protected against modification during PATCH requests.
MenuLinkContentStorageSchema::getSharedTableFieldSchema function core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php Gets the schema for a single field definition.
MenuLinkContentTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php The fields that are protected against modification during PATCH requests.
MenuLinkTranslation::fields function core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php Returns available fields on the source.
MenuTreeHierarchyConstraint::coversFields function core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraint.php An array of entity fields which should be passed to the validator.
MenuTreeStorage::$definitionFields property core/lib/Drupal/Core/Menu/MenuTreeStorage.php List of plugin definition fields.
MenuTreeStorage::$serializedFields property core/lib/Drupal/Core/Menu/MenuTreeStorage.php List of serialized fields.
MenuTreeStorage::definitionFields function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Determines fields that are part of the plugin definition.
MenuTreeStorage::serializedFields function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Determines serialized fields in the storage.
Merge::$defaultFields property core/lib/Drupal/Core/Database/Query/Merge.php An array of fields which should be set to their database-defined defaults.
Merge::$expressionFields property core/lib/Drupal/Core/Database/Query/Merge.php Array of fields to update to an expression in case of a duplicate record.
Merge::$insertFields property core/lib/Drupal/Core/Database/Query/Merge.php An array of fields on which to insert.
Merge::$updateFields property core/lib/Drupal/Core/Database/Query/Merge.php An array of fields that will be updated.
Merge::fields function core/lib/Drupal/Core/Database/Query/Merge.php Sets common field-value pairs in the INSERT and UPDATE query parts.
Merge::insertFields function core/lib/Drupal/Core/Database/Query/Merge.php Adds a set of field->value pairs to be inserted.
Merge::updateFields function core/lib/Drupal/Core/Database/Query/Merge.php Adds a set of field->value pairs to be updated.
Message::baseFieldDefinitions function core/modules/contact/src/Entity/Message.php Provides base field definitions for an entity type.
MessageResourceTestBase::$labelFieldName property core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Optionally specify which field is the 'label' field. Some entities specify
a 'label_callback', but not a 'label' entity key. For example: User.
MessageTest::$labelFieldName property core/modules/jsonapi/tests/src/Functional/MessageTest.php Specify which field is the 'label' field for testing a POST edge case.
MetadataGenerator::generateFieldMetadata function core/modules/quickedit/src/MetadataGenerator.php Generates in-place editing metadata for an entity field.
MetadataGeneratorInterface::generateFieldMetadata function core/modules/quickedit/src/MetadataGeneratorInterface.php Generates in-place editing metadata for an entity field.
MigrateBlockContentBodyFieldTest class core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php Attaches a body field to the custom block type.
MigrateBlockContentBodyFieldTest.php file core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php
MigrateBlockContentBodyFieldTest::$modules property core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php Modules to enable.
MigrateBlockContentBodyFieldTest::setUp function core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php
MigrateBlockContentBodyFieldTest::testBlockContentBodyFieldMigration function core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php Tests the block content body field migration.
MigrateCckField class core/modules/migrate_drupal/src/Annotation/MigrateCckField.php Deprecated: Defines a cckfield plugin annotation object.
MigrateCckField.php file core/modules/migrate_drupal/src/Annotation/MigrateCckField.php
MigrateCckFieldInterface interface core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php Provides an interface for all CCK field type plugins.
MigrateCckFieldInterface.php file core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php
MigrateCckFieldInterface::processCckFieldValues function core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php Apply any custom processing to the cck bundle migrations.
MigrateCckFieldPluginManager class core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManager.php Deprecated: Plugin manager for migrate field plugins.
MigrateCckFieldPluginManager.php file core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManager.php
MigrateCckFieldPluginManagerInterface interface core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php Provides an interface for cck field plugin manager.
MigrateCckFieldPluginManagerInterface.php file core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php
MigrateCckFieldPluginManagerTest class core/modules/migrate_drupal/tests/src/Kernel/MigrateCckFieldPluginManagerTest.php Tests the cck field plugin manager.
MigrateCckFieldPluginManagerTest.php file core/modules/migrate_drupal/tests/src/Kernel/MigrateCckFieldPluginManagerTest.php
MigrateCckFieldPluginManagerTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/MigrateCckFieldPluginManagerTest.php Modules to enable.
MigrateCckFieldPluginManagerTest::testPluginSelection function core/modules/migrate_drupal/tests/src/Kernel/MigrateCckFieldPluginManagerTest.php Tests that the correct MigrateCckField plugins are used.
MigrateCommentFieldInstanceTest class core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldInstanceTest.php Tests the migration of comment field instances from Drupal 6.
MigrateCommentFieldInstanceTest class core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php Tests the migration of comment field instances from Drupal 7.
MigrateCommentFieldInstanceTest.php file core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldInstanceTest.php
MigrateCommentFieldInstanceTest.php file core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php
MigrateCommentFieldInstanceTest::$modules property core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldInstanceTest.php Modules to enable.
MigrateCommentFieldInstanceTest::$modules property core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php Modules to enable.

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