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
EntityUntranslatableFieldsConstraintValidator class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php Validates the EntityChanged constraint.
EntityUntranslatableFieldsConstraintValidator.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php
EntityUntranslatableFieldsConstraintValidator::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php The entity type manager.
EntityUntranslatableFieldsConstraintValidator::create function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php Instantiates a new instance of this class.
EntityUntranslatableFieldsConstraintValidator::hasUntranslatableFieldsChanges function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php Checks whether an entity has untranslatable field changes.
EntityUntranslatableFieldsConstraintValidator::validate function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php
EntityUntranslatableFieldsConstraintValidator::__construct function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php Constructs an EntityUntranslatableFieldsConstraintValidator object.
EntityValidationTest::$entityFieldText property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php
EntityViewBuilder::$singleFieldDisplays property core/lib/Drupal/Core/Entity/EntityViewBuilder.php The EntityViewDisplay objects created for individual field rendering.
EntityViewBuilder::getSingleFieldDisplay function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Gets an EntityViewDisplay for rendering an individual field.
EntityViewBuilder::viewFieldItem function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Builds a renderable array for a single field item.
EntityViewBuilderInterface::viewFieldItem function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php Builds a renderable array for a single field item.
EntityViewControllerTest::testFieldItemAttributes function core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php Tests field item attributes.
EntityViewDisplayEditForm::buildExtraFieldRow function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Builds the table row structure for a single extra field.
EntityViewDisplayEditForm::buildFieldRow function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Builds the table row structure for a single field.
EntityViewDisplayEditForm::getFieldLabelOptions function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns an array of visibility options for field labels.
EntityViewDisplayResourceTestBase::$patchProtectedFieldNames property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php The fields that are protected against modification during PATCH requests.
EntityViewsData::$entityFieldManager property core/modules/views/src/EntityViewsData.php The entity field manager.
EntityViewsData::$fieldStorageDefinitions property core/modules/views/src/EntityViewsData.php The field storage definitions for all base fields of the entity type.
EntityViewsData::getFieldStorageDefinitions function core/modules/views/src/EntityViewsData.php Gets the field storage definitions.
EntityViewsData::mapFieldDefinition function core/modules/views/src/EntityViewsData.php Puts the views data for a single field onto the views data.
EntityViewsData::mapSingleFieldViewsData function core/modules/views/src/EntityViewsData.php Provides the views data for a given data type and schema field.
EntityViewsDataTest::$entityFieldManager property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked entity field manager.
EntityViewsDataTest::setupBaseFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Helper method to setup base fields.
EntityViewsDataTest::setupFieldStorageDefinition function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Helper method to mock all store definitions.
EntityViewsDataTest::testBaseTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the base table.
EntityViewsDataTest::testDataTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the data table.
EntityViewsDataTest::testRevisionTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the revision table.
EntityViewsMultiValueBaseFieldDataUpdateTest class core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php Tests the upgrade path for views multi-value base field data.
EntityViewsMultiValueBaseFieldDataUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php
EntityViewsMultiValueBaseFieldDataUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php Set database dump files to be used.
EntityViewsMultiValueBaseFieldDataUpdateTest::testUpdateMultiValueBaseFields function core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php Tests multi-value base field views data is updated correctly.
EntityViewsWithMultivalueBasefieldTest class core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Tests entity views with multivalue base fields.
EntityViewsWithMultivalueBasefieldTest.php file core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php
EntityViewsWithMultivalueBasefieldTest::$modules property core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Modules to enable.
EntityViewsWithMultivalueBasefieldTest::$testViews property core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Views to be enabled.
EntityViewsWithMultivalueBasefieldTest::setUp function core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php
EntityViewsWithMultivalueBasefieldTest::testView function core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Tests entity views with multivalue base fields.
entity_field.deleted_fields_repository service core/core.services.yml Drupal\Core\Field\DeletedFieldsRepository
entity_field.manager service core/core.services.yml Drupal\Core\Entity\EntityFieldManager
entity_reference_test_entity_base_field_info function core/modules/system/tests/modules/entity_reference_test/entity_reference_test.module Implements hook_entity_base_field_info().
entity_reference_test_entity_base_field_info_alter function core/modules/system/tests/modules/entity_reference_test/entity_reference_test.module Implements hook_entity_base_field_info_alter().
entity_schema_test_entity_base_field_info function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_base_field_info().
entity_schema_test_entity_bundle_field_info function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_bundle_field_info().
entity_schema_test_entity_field_storage_info function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_field_storage_info().
entity_serialization_test_entity_field_access_alter function core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.module Implements hook_entity_field_access_alter().
entity_test_entity_base_field_info function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_base_field_info().
entity_test_entity_base_field_info_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_base_field_info_alter().
entity_test_entity_extra_field_info function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_extra_field_info().
entity_test_entity_field_access function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_field_access().

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