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
Title Object type File name Summary
DynamicallyFieldableEntityStorageInterface interface core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php A storage that supports entity types with dynamic field definitions.
DynamicallyFieldableEntityStorageInterface.php file core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php
DynamicallyFieldableEntityStorageSchemaInterface interface core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php A storage schema that supports entity types with dynamic field definitions.
DynamicallyFieldableEntityStorageSchemaInterface.php file core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php
DynamicallyFieldableEntityStorageSchemaInterface::finalizePurge function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Performs final cleanup after all data of a field has been purged.
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Checks if existing data would be lost if the schema changes were applied.
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Checks if the changes to the storage definition requires schema changes.
EditorialContentEntityBase::baseFieldDefinitions function core/lib/Drupal/Core/Entity/EditorialContentEntityBase.php Provides base field definitions for an entity type.
ElementsFieldsetTest class core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Tests fieldset element rendering and description placement.
ElementsFieldsetTest.php file core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php
ElementsFieldsetTest::$modules property core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Modules to install.
ElementsFieldsetTest::buildForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form constructor.
ElementsFieldsetTest::getFormId function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Returns a unique string identifying the form.
ElementsFieldsetTest::submitForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form submission handler.
ElementsFieldsetTest::testFieldsetDescriptions function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Tests different display options for fieldset element descriptions.
ElementsFieldsetTest::validateForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form validation handler.
ElementTest::testRequiredFieldsetsAndDetails function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests the #required property on details and fieldset elements.
Email::getFieldFormatterMap function core/modules/field/src/Plugin/migrate/field/Email.php Get a map between D6 formatters and D8 formatters for this field type.
Email::getFieldWidgetMap function core/modules/field/src/Plugin/migrate/field/Email.php Get a map between D6 and D8 widgets for this field type.
EmailFieldTest class core/modules/field/tests/src/Functional/Email/EmailFieldTest.php Tests email field functionality.
EmailFieldTest.php file core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
EmailFieldTest::$defaultTheme property core/modules/field/tests/src/Functional/Email/EmailFieldTest.php The theme to install as the default for testing.
EmailFieldTest::$field property core/modules/field/tests/src/Functional/Email/EmailFieldTest.php The field used in this test class.
EmailFieldTest::$fieldStorage property core/modules/field/tests/src/Functional/Email/EmailFieldTest.php A field storage to use in this test class.
EmailFieldTest::$modules property core/modules/field/tests/src/Functional/Email/EmailFieldTest.php Modules to install.
EmailFieldTest::setUp function core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
EmailFieldTest::testEmailField function core/modules/field/tests/src/Functional/Email/EmailFieldTest.php Tests email field.
EmbeddedDataSource::fields function core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Returns available fields on the source.
EmptySource::fields function core/modules/migrate/src/Plugin/migrate/source/EmptySource.php Returns available fields on the source.
Entity::$entityFieldManager property core/modules/migrate/src/Plugin/migrate/destination/Entity.php The entity field manager.
Entity::fields function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Returns an array of destination fields.
EntityAccessControlHandler::checkFieldAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Default field access as determined by this access control handler.
EntityAccessControlHandler::fieldAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Checks access to an operation on a given entity field.
EntityAccessControlHandlerInterface::fieldAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php Checks access to an operation on a given entity field.
EntityAccessControlHandlerTest::providerTestFieldAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Provides entity data for testing access.
EntityAccessControlHandlerTest::testFieldAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Tests the default access handling for the ID and UUID fields.
EntityAdapterUnitTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
EntityAdapterUnitTest::$fieldDefinitions property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Field definitions.
EntityAdapterUnitTest::$fieldItemList property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The field item list returned by the typed data manager.
EntityAdapterUnitTest::$fieldTypePluginManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The field type manager used for testing.
EntityArgumentUpdateTest::testViewsFieldPluginConversion function core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Tests that numeric argument plugins are updated properly.
EntityBaseFieldOverride class core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php Provides entity base field override destination plugin.
EntityBaseFieldOverride.php file core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php
EntityBaseFieldOverride::getEntityId function core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php Gets the entity ID of the row.
EntityBundleFieldTest class core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php Tests adding a custom bundle field.
EntityBundleFieldTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php
EntityBundleFieldTest::$database property core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php The database connection used.
EntityBundleFieldTest::$moduleHandler property core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php The module handler.
EntityBundleFieldTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php Modules to install.
EntityBundleFieldTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php

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