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. Search 11.x for field_
  6. Other projects
Title Object type File name Summary
EntityLanguageTestBase::$fieldName property core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php The test field name.
EntityLanguageTestBase::$untranslatableFieldName property core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php The untranslatable test field name.
EntityLanguageTestBase::toggleFieldTranslatability function core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php Toggles field storage translatability.
EntityLastInstalledSchemaRepository::$entityFieldStorageDefinitions property core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php The loaded installed field storage definitions.
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Deletes the field storage definition from the application state.
EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Gets the entity type's most recently installed field storage definitions.
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Puts the entity type's field storage definitions in the application state.
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the field storage definition from the application state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type's most recently installed field storage definitions.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Puts the entity type's field storage definitions in the application state.
EntityModerationRouteProvider::$entityFieldManager property core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php The entity type manager.
EntityNonRevisionableTranslatableFieldTest class core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php Tests translating a non-revisionable field.
EntityNonRevisionableTranslatableFieldTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php
EntityNonRevisionableTranslatableFieldTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php Modules to install.
EntityNonRevisionableTranslatableFieldTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php
EntityNonRevisionableTranslatableFieldTest::testTranslatingNonRevisionableField function core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php Tests translating a non-revisionable field.
EntityNormalizerTest::$entityFieldManager property core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php The mock entity field manager.
EntityNormalizerTest::testDenormalizeWithNoFieldableEntityType function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests the denormalize method with no bundle defined.
EntityOwnerTrait::ownerBaseFieldDefinitions function core/modules/user/src/EntityOwnerTrait.php Returns an array of base field definitions for entity owners.
EntityPublishedTrait::publishedBaseFieldDefinitions function core/lib/Drupal/Core/Entity/EntityPublishedTrait.php Returns an array of base field definitions for publishing status.
EntityQueryRelationshipTest::$fieldName property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php The name of the taxonomy field used for test.
EntityQueryRelationshipTest::providerTestInvalidFieldName function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php Data provider for testInvalidFieldName().
EntityQueryRelationshipTest::testInvalidFieldName function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php Tests a non-existent field name in a complex query relationship.
EntityQueryTest::testBaseFieldMultipleColumns function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests base fields with multiple columns.
EntityQueryTest::testWithTwoEntityReferenceFieldsToSameEntityType function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests that EntityQuery works when querying the same entity from two fields.
EntityReference::$id_field_alias property core/modules/views/src/Plugin/views/display/EntityReference.php The id field alias.
EntityReference::$usesFields property core/modules/views/src/Plugin/views/style/EntityReference.php Does the style plugin for itself support to add fields to its output.
EntityReference::getFieldFormatterMap function core/modules/field/src/Plugin/migrate/field/d7/EntityReference.php Get a map between D6 formatters and D8 formatters for this field type.
EntityReferenceAdminTest::assertFieldSelectOptions function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Checks if a select element contains the specified options.
EntityReferenceAdminTest::assertFieldSelectOptions function core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Checks if a select element contains the specified options.
EntityReferenceAdminTest::testFieldAdminHandler function core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Tests the Entity Reference Admin UI.
EntityReferenceAdminTest::testFieldAdminHandler function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Tests the Entity Reference Admin UI.
EntityReferenceFieldCreationTest class core/modules/system/tests/src/Functional/Entity/EntityReferenceFieldCreationTest.php Tests creating entity reference fields in the UI.
EntityReferenceFieldCreationTest.php file core/modules/system/tests/src/Functional/Entity/EntityReferenceFieldCreationTest.php
EntityReferenceFieldCreationTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityReferenceFieldCreationTest.php The theme to install as the default for testing.
EntityReferenceFieldCreationTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityReferenceFieldCreationTest.php Modules to install.
EntityReferenceFieldCreationTest::testAddReferenceFieldTargetingEntityTypeWithoutId function core/modules/system/tests/src/Functional/Entity/EntityReferenceFieldCreationTest.php Tests that entity reference fields cannot target entity types without IDs.
EntityReferenceFieldCreationTrait trait core/modules/field/tests/src/Traits/EntityReferenceFieldCreationTrait.php Provides common functionality for the EntityReference test classes.
EntityReferenceFieldCreationTrait.php file core/modules/field/tests/src/Traits/EntityReferenceFieldCreationTrait.php
EntityReferenceFieldCreationTrait::createEntityReferenceField function core/modules/field/tests/src/Traits/EntityReferenceFieldCreationTrait.php Creates a field of an entity reference field storage on the specified bundle.
EntityReferenceFieldDefaultValueTest class core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php Tests entity reference field default values storage in CMI.
EntityReferenceFieldDefaultValueTest.php file core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
EntityReferenceFieldDefaultValueTest::$adminUser property core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php A user with permission to administer content types, node fields, etc.
EntityReferenceFieldDefaultValueTest::$defaultTheme property core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php The theme to install as the default for testing.
EntityReferenceFieldDefaultValueTest::$modules property core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php Modules to install.
EntityReferenceFieldDefaultValueTest::setUp function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultConfigValue function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php Tests that dependencies due to default values can be removed.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php Tests that default values are correctly translated to UUIDs in config.

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