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
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.
FieldTranslationSynchronizer::__construct function core/modules/content_translation/src/FieldTranslationSynchronizer.php Constructs a FieldTranslationSynchronizer object.
FieldTranslationSynchronizerInterface interface core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php Provides field translation synchronization capabilities.
FieldTranslationSynchronizerInterface.php file core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php
FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties function core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php Returns the synchronized properties for the specified field definition.
FieldTranslationSynchronizerInterface::synchronizeFields function core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php Performs field column synchronization on the given entity.
FieldTranslationSynchronizerInterface::synchronizeItems function core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php Synchronize the items of a single field.
FieldType class core/lib/Drupal/Core/Field/Annotation/FieldType.php Defines a FieldType annotation object.
FieldType class core/lib/Drupal/Core/Field/Attribute/FieldType.php Defines a FieldType attribute.
FieldType class core/modules/field/src/Plugin/migrate/process/FieldType.php Determines the field type for a field.
FieldType.php file core/modules/field/src/Plugin/migrate/process/FieldType.php
FieldType.php file core/lib/Drupal/Core/Field/Attribute/FieldType.php
FieldType.php file core/lib/Drupal/Core/Field/Annotation/FieldType.php
FieldType::$cardinality property core/lib/Drupal/Core/Field/Annotation/FieldType.php An integer defining a fixed cardinality for this field type.
FieldType::$category property core/lib/Drupal/Core/Field/Annotation/FieldType.php The category under which the field type should be listed in the UI.

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