Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 8.9.x for Field
  4. Search 10.3.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/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
EntityTestMapFieldTest::$mapValue property core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php The complex nested value to assign to a @FieldType=map field.
EntityTestMapFieldTest::$modules property core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Modules to install.
EntityTestMapFieldTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php The fields that are protected against modification during PATCH requests.
EntityTestMapFieldTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php The name of the tested JSON:API resource type.
EntityTestMapFieldTest::createEntity function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Creates the entity to be tested.
EntityTestMapFieldTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Returns the expected JSON:API document for the entity.
EntityTestMapFieldTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Return the expected error message.
EntityTestMapFieldTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Returns the JSON:API POST document.
EntityTestMapFieldTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Returns an array of sparse fields sets to test.
EntityTestMapFieldTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Sets up the necessary authorization.
EntityTestMul::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMul.php
EntityTestMulChanged::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php
EntityTestMulDefaultValue::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulDefaultValue.php
EntityTestMulRev::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRev.php
EntityTestMulRevChanged::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php
EntityTestMulRevChangedWithRevisionLog::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php
EntityTestMulRevPub::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevPub.php
EntityTestMultiValueBasefield class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMultiValueBasefield.php Defines an entity type with a multivalue base field.
EntityTestMultiValueBasefield.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMultiValueBasefield.php
EntityTestMultiValueBasefield::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMultiValueBasefield.php
EntityTestMulWithRevisionLogPub::baseFieldDefinitions function core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php
EntityTestResourceTestBase::$patchProtectedFieldNames property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php The fields that are protected against modification during PATCH requests.
EntityTestRev::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php
EntityTestRevPub::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRevPub.php
EntityTestStringId::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestStringId.php
EntityTestTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/EntityTestTest.php The fields that are protected against modification during PATCH requests.
EntityTestTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Returns an array of sparse fields sets to test.
EntityTestUniqueConstraint::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUniqueConstraint.php
EntityTestUpdate::baseFieldDefinitions function core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php
EntityTestUpdate::bundleFieldDefinitions function core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php
EntityTestUpdateStorageSchema::getSharedTableFieldSchema function core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php Gets the schema for a single field definition.
EntityTestViewsFieldAccessTest class core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php Tests base field access in Views for the entity_test entity.
EntityTestViewsFieldAccessTest.php file core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php
EntityTestViewsFieldAccessTest::$modules property core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php Modules to install.
EntityTestViewsFieldAccessTest::setUp function core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php
EntityTestViewsFieldAccessTest::testEntityTestFields function core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php
EntityTestWithBundle::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php
EntityTestWithRevisionLog::baseFieldDefinitions function core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php
EntityTranslationSettings::fields function core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php Returns available fields on the source.
EntityTranslationTest::testFieldDefinitions function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Check that field translatability is handled properly.
EntityTranslationTest::testFieldEntityReference function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests if entity references are correct after adding a new translation.
EntityType::$field_ui_base_route property core/lib/Drupal/Core/Entity/EntityType.php
EntityTypedDataDefinitionTest::testFields function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Tests deriving metadata about fields.
EntityTypeEventSubscriberTrait::onFieldableEntityTypeCreate function core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php
EntityTypeEventSubscriberTrait::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php
EntityTypeInfo::entityBaseFieldInfo function core/modules/content_moderation/src/EntityTypeInfo.php Adds base field info to an entity type.
EntityTypeInfo::entityBaseFieldInfo function core/modules/workspaces/src/EntityTypeInfo.php Provides custom base field definitions for a content entity type.
EntityTypeInfo::entityExtraFieldInfo function core/modules/content_moderation/src/EntityTypeInfo.php Gets the "extra fields" for a bundle.
EntityTypeInfo::fieldInfoAlter function core/modules/workspaces/src/EntityTypeInfo.php Alters field plugin definitions.
EntityTypeInfoTest::$entityFieldManager property core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php The entity field manager.

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