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
EntityViewBuilderTest::testViewField function core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php Tests EntityViewBuilder::viewField() language awareness.
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.
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::$commonBaseFields property core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php The common base fields for test entity types.
EntityViewsDataTest::assertBundleField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a bundle field.
EntityViewsDataTest::assertEntityReferenceField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for an entity reference field.
EntityViewsDataTest::assertLanguageField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a language field.
EntityViewsDataTest::assertLongTextField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a long text field.
EntityViewsDataTest::assertNumericField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a numeric field.
EntityViewsDataTest::assertStringField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a string field.
EntityViewsDataTest::assertUriField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a URI field.
EntityViewsDataTest::assertUuidField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a UUID field.
EntityViewsDataTest::assertViewsDataField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests generic stuff per field.
EntityViewsDataTest::testBaseTableFields function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests fields on the base table.
EntityViewsDataTest::testDataTableFields function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests fields on the data table.
EntityViewsDataTest::testRevisionTableFields function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests fields on the revision table.
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 install.
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_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_extra_entity_base_field_info function core/modules/system/tests/modules/entity_test_extra/entity_test_extra.module Implements hook_entity_base_field_info().
entity_test_extra_entity_bundle_field_info function core/modules/system/tests/modules/entity_test_extra/entity_test_extra.module Implements hook_entity_bundle_field_info().
entity_test_extra_entity_field_storage_info function core/modules/system/tests/modules/entity_test_extra/entity_test_extra.module Implements hook_entity_field_storage_info().
entity_test_field_default_value function core/modules/system/tests/modules/entity_test/entity_test.module Field default value callback.
entity_test_update_entity_base_field_info function core/modules/system/tests/modules/entity_test_update/entity_test_update.module Implements hook_entity_base_field_info().
entity_test_update_entity_field_storage_info function core/modules/system/tests/modules/entity_test_update/entity_test_update.module Implements hook_entity_field_storage_info().
ExcludedFieldTokenTest class core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php Tests the display of an excluded field that is used as a token.
ExcludedFieldTokenTest.php file core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
ExcludedFieldTokenTest::$defaultTheme property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php The theme to install as the default for testing.
ExcludedFieldTokenTest::$modules property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php The modules that need to be installed for this test.
ExcludedFieldTokenTest::$testViews property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php The views that are used by this test.
ExcludedFieldTokenTest::$view property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
ExcludedFieldTokenTest::setUp function core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php Sets up the test.
ExcludedFieldTokenTest::testExcludedTitleTokenDisplay function core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php Tests the display of an excluded title field when used as a token.
Extension::fields function core/modules/system/src/Plugin/migrate/source/Extension.php Returns available fields on the source.

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