Search for field_

  1. Search 7.x for field_
  2. Search 9.5.x for field_
  3. Search 10.3.x for field_
  4. Search 11.x for field_
  5. Other projects
Title Object type File name Summary
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/modules/field/src/Plugin/migrate/process/FieldType.php Plugin annotation

@MigrateProcessPlugin(
id = "field_type"
)
FieldType.php file core/modules/field/src/Plugin/migrate/process/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.
FieldType::$cckPluginManager property core/modules/field/src/Plugin/migrate/process/FieldType.php The cckfield plugin manager.
FieldType::$default_formatter property core/lib/Drupal/Core/Field/Annotation/FieldType.php The plugin_id of the default formatter for this field type.
FieldType::$default_widget property core/lib/Drupal/Core/Field/Annotation/FieldType.php The plugin_id of the default widget for this field type.
FieldType::$description property core/lib/Drupal/Core/Field/Annotation/FieldType.php A short human readable description for the field type.
FieldType::$fieldPluginManager property core/modules/field/src/Plugin/migrate/process/FieldType.php The field plugin manager.
FieldType::$id property core/lib/Drupal/Core/Field/Annotation/FieldType.php The plugin ID.
FieldType::$label property core/lib/Drupal/Core/Field/Annotation/FieldType.php The human-readable name of the field type.
FieldType::$list_class property core/lib/Drupal/Core/Field/Annotation/FieldType.php The typed data class used for wrapping multiple data items of the type.
Must implement the \Drupal\Core\TypedData\ListInterface.
FieldType::$migration property core/modules/field/src/Plugin/migrate/process/FieldType.php The migration object.
FieldType::$module property core/lib/Drupal/Core/Field/Annotation/FieldType.php The name of the module providing the field type plugin.
FieldType::$no_ui property core/lib/Drupal/Core/Field/Annotation/FieldType.php A boolean stating that fields of this type cannot be created through the UI.
FieldType::create function core/modules/field/src/Plugin/migrate/process/FieldType.php Creates an instance of the plugin.
FieldType::transform function core/modules/field/src/Plugin/migrate/process/FieldType.php Performs the associated process.
FieldType::__construct function core/modules/field/src/Plugin/migrate/process/FieldType.php Constructs a FieldType plugin.
FieldTypeDefaults class core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php Gives us a chance to set per field defaults.
FieldTypeDefaults class core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php Gives us a chance to set per field defaults.
FieldTypeDefaults class core/modules/field/src/Plugin/migrate/process/FieldTypeDefaults.php BC Layer.
FieldTypeDefaults.php file core/modules/field/src/Plugin/migrate/process/FieldTypeDefaults.php
FieldTypeDefaults.php file core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php
FieldTypeDefaults.php file core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php
FieldTypeDefaults::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php Performs the associated process.
FieldTypeDefaults::transform function core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php Performs the associated process.
FieldTypeDefaultsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php Tests D6 fields defaults.
FieldTypeDefaultsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php Tests D7 field formatter defaults.
FieldTypeDefaultsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/FieldTypeDefaultsTest.php Tests the deprecation of the field_type_defaults process plugin.
FieldTypeDefaultsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest::setUp function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest::setUp function core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest::testDefaults function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php Tests various default cases.
FieldTypeDefaultsTest::testDefaults function core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php Tests various default cases.
FieldTypeDefaultsTest::testDefaultsException function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php Tests an exception is thrown when the input is not a date field.
FieldTypeDefaultsTest::testDeprecatedError function core/modules/field/tests/src/Unit/Plugin/migrate/process/FieldTypeDefaultsTest.php Tests that the field_type_defaults plugin triggers a deprecation error.
FieldTypePluginManager class core/lib/Drupal/Core/Field/FieldTypePluginManager.php Plugin manager for 'field type' plugins.

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