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
FieldTestHooks::fieldStorageConfigCreate function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_storage_config_create().
FieldTestHooks::fieldUiPreconfiguredOptionsAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_ui_preconfigured_options_alter().
FieldTestHooks::fieldWidgetCompleteFormAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_widget_complete_form_alter().
FieldTestHooks::fieldWidgetCompleteTestFieldWidgetMultipleFormAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_widget_complete_WIDGET_TYPE_form_alter().
FieldTestHooks::fieldWidgetCompleteTestFieldWidgetMultipleSingleValueFormAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_widget_complete_WIDGET_TYPE_form_alter().
FieldTestHooks::fieldWidgetSingleElementFormAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_widget_single_element_form_alter().
FieldTestHooks::queryEfqMetadataTestAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_query_TAG_alter() for tag 'efq_metadata_test'.
FieldTestHooks::queryEfqTablePrefixingTestAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'.
FieldTestItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines the 'field_test' entity field type.
FieldTestItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php
FieldTestItem::$counter property core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Counts how many times all items of this type are saved.
FieldTestItem::delete function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines custom delete behavior for field values.
FieldTestItem::mustResave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Checks whether the field item value should be resaved.
FieldTestItem::postSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines custom post-save behavior for field values.
FieldTestItem::preSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines custom presave behavior for field values.
FieldTestItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines field item properties.
FieldTestItem::schema function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Returns the schema for the field.
FieldTestItem::__construct function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Constructs a TypedData object given its definition and context.
FieldThirdPartyTestHooks class core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Hook implementations for field_third_party_test.
FieldThirdPartyTestHooks.php file core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php
FieldThirdPartyTestHooks::fieldFormatterSettingsSummaryAlter function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_formatter_settings_summary_alter().
FieldThirdPartyTestHooks::fieldFormatterThirdPartySettingsForm function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_formatter_third_party_settings_form().
FieldThirdPartyTestHooks::fieldFormatterThirdPartySettingsFormAdditionalImplementation function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_formatter_third_party_settings_form().
FieldThirdPartyTestHooks::fieldWidgetSettingsSummaryAlter function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_widget_settings_summary_alter().
FieldThirdPartyTestHooks::fieldWidgetThirdPartySettingsForm function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_widget_third_party_settings_form().
FieldThirdPartyTestHooks::fieldWidgetThirdPartySettingsFormAdditionalImplementation function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_widget_third_party_settings_form().
FieldTimeIntervalTest class core/modules/views/tests/src/Kernel/Handler/FieldTimeIntervalTest.php Tests the time interval handler.
FieldTimeIntervalTest.php file core/modules/views/tests/src/Kernel/Handler/FieldTimeIntervalTest.php
FieldTimeIntervalTest::$ages property core/modules/views/tests/src/Kernel/Handler/FieldTimeIntervalTest.php Ages dataset.
FieldTimeIntervalTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldTimeIntervalTest.php Modules to install.
FieldTimeIntervalTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldTimeIntervalTest.php Views used by this test.
FieldTimeIntervalTest::dataSet function core/modules/views/tests/src/Kernel/Handler/FieldTimeIntervalTest.php Returns a very simple test dataset.
FieldTimeIntervalTest::schemaDefinition function core/modules/views/tests/src/Kernel/Handler/FieldTimeIntervalTest.php Returns the schema definition.
FieldTimeIntervalTest::testFieldTimeInterval function core/modules/views/tests/src/Kernel/Handler/FieldTimeIntervalTest.php Tests the TimeInterval handler.
FieldTimeIntervalTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldTimeIntervalTest.php Returns the views data definition.
FieldTranslationSqlStorageTest class core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Tests Field translation SQL Storage.
FieldTranslationSqlStorageTest.php file core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php
FieldTranslationSqlStorageTest::assertFieldStorageLangcode function core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Checks whether field languages are correctly stored for the given entity.
FieldTranslationSqlStorageTest::testFieldSqlStorage function core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Tests field SQL storage.
FieldTranslationSynchronizer class core/modules/content_translation/src/FieldTranslationSynchronizer.php Provides field translation synchronization capabilities.
FieldTranslationSynchronizer.php file core/modules/content_translation/src/FieldTranslationSynchronizer.php
FieldTranslationSynchronizer::$entityTypeManager property core/modules/content_translation/src/FieldTranslationSynchronizer.php The entity type manager.
FieldTranslationSynchronizer::$fieldTypeManager property core/modules/content_translation/src/FieldTranslationSynchronizer.php The field type plugin manager.
FieldTranslationSynchronizer::createMergedItem function core/modules/content_translation/src/FieldTranslationSynchronizer.php Creates a merged item.
FieldTranslationSynchronizer::getFieldSynchronizationSettings function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the synchronization settings for the specified field.
FieldTranslationSynchronizer::getFieldSynchronizedProperties function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the synchronized properties for the specified field definition.
FieldTranslationSynchronizer::getOriginalEntity function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the original unchanged entity to be used to detect changes.
FieldTranslationSynchronizer::itemHash function core/modules/content_translation/src/FieldTranslationSynchronizer.php Computes a hash code for the specified item.
FieldTranslationSynchronizer::synchronizeFields function core/modules/content_translation/src/FieldTranslationSynchronizer.php Performs field column synchronization on the given entity.
FieldTranslationSynchronizer::synchronizeItems function core/modules/content_translation/src/FieldTranslationSynchronizer.php Synchronize the items of a single field.

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