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 11.x for field_
  5. Other projects
Title Object type File name Summary
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
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
EntityBundleFieldTest::testCustomBundleFieldUsage function core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php Tests making use of a custom bundle field.
EntityBundleListener::$entityFieldManager property core/lib/Drupal/Core/Entity/EntityBundleListener.php The entity field manager.
EntityChangesDetectionTrait::getFieldsToSkipFromTranslationChangesCheck function core/lib/Drupal/Core/Entity/EntityChangesDetectionTrait.php Returns an array of field names to skip when checking for changes.
EntityComputedFieldTest class core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php Tests that entities with computed fields work correctly.
EntityComputedFieldTest.php file core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php
EntityComputedFieldTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php The theme to install as the default for testing.
EntityComputedFieldTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php Modules to install.
EntityComputedFieldTest::$state property core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php The state service.
EntityComputedFieldTest::setUp function core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php
EntityComputedFieldTest::testFormatterComputedFieldCacheableMetadata function core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php Tests that formatters bubble the cacheable metadata of computed fields.
EntityConstraintViolationList::filterByFieldAccess function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php Filters this violation list to apply for accessible fields only.
EntityConstraintViolationList::filterByFields function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php Filters this violation list by the given fields.
EntityConstraintViolationList::getByFields function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php Gets the violations of the given fields.
EntityConstraintViolationList::getFieldNames function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php Returns the names of all violated fields.
EntityConstraintViolationListInterface::filterByFieldAccess function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Filters this violation list to apply for accessible fields only.
EntityConstraintViolationListInterface::filterByFields function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Filters this violation list by the given fields.
EntityConstraintViolationListInterface::getByFields function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Gets the violations of the given fields.
EntityConstraintViolationListInterface::getFieldNames function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Returns the names of all violated fields.
EntityConstraintViolationListTest::testFilterByFieldAccess function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @covers ::filterByFieldAccess[[api-linebreak]]

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