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
MigrateFieldInstanceWidgetSettingsTest::setUp function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php
MigrateFieldInstanceWidgetSettingsTest::testWidgetSettings function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php Tests that migrated view modes can be loaded using D8 APIs.
MigrateFieldInterface interface core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Provides an interface for all field type plugins.
MigrateFieldInterface.php file core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php
MigrateFieldInterface::alterFieldFormatterMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field formatter migration.
MigrateFieldInterface::alterFieldInstanceMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field instance migration.
MigrateFieldInterface::alterFieldMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field migration.
MigrateFieldInterface::alterFieldWidgetMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field widget migration.
MigrateFieldInterface::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field bundle migrations.
MigrateFieldInterface::getFieldFormatterMap function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get a map between D6 formatters and D8 formatters for this field type.
MigrateFieldInterface::getFieldFormatterType function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get the field formatter type from the source.
MigrateFieldInterface::getFieldType function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Computes the destination type of a migrated field.
MigrateFieldInterface::getFieldWidgetMap function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get a map between D6 and D8 widgets for this field type.
MigrateFieldInterface::getFieldWidgetType function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get the field widget type from the source.
MigrateFieldOptionTranslationTest class core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTranslationTest.php Migrate field option translations.
MigrateFieldOptionTranslationTest class core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php Migrate field option translations.
MigrateFieldOptionTranslationTest.php file core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTranslationTest.php
MigrateFieldOptionTranslationTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php
MigrateFieldOptionTranslationTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTranslationTest.php Modules to install.
MigrateFieldOptionTranslationTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php Modules to install.
MigrateFieldOptionTranslationTest::setUp function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTranslationTest.php
MigrateFieldOptionTranslationTest::setUp function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php
MigrateFieldOptionTranslationTest::testFieldOptionTranslation function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTranslationTest.php Tests the Drupal 6 field to Drupal 8 migration.
MigrateFieldOptionTranslationTest::testFieldOptionTranslation function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php Tests the Drupal 7 field option translation to Drupal 8 migration.
MigrateFieldPluginManager class core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php Plugin manager for migrate field plugins.
MigrateFieldPluginManager.php file core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php
MigrateFieldPluginManager::DEFAULT_CORE_VERSION constant core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php The default version of core to use for field plugins.
MigrateFieldPluginManager::findDefinitions function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php Finds plugin definitions.
MigrateFieldPluginManager::getPluginIdFromFieldType function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php Get the plugin ID from the field type.
MigrateFieldPluginManager::processDefinition function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php Performs extra processing on plugin definitions.
MigrateFieldPluginManager::sortDefinitions function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php Sorts a definitions array.
MigrateFieldPluginManagerInterface interface core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManagerInterface.php
MigrateFieldPluginManagerInterface.php file core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManagerInterface.php
MigrateFieldPluginManagerInterface::getPluginIdFromFieldType function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManagerInterface.php Get the plugin ID from the field type.
MigrateFieldPluginManagerTest class core/modules/migrate_drupal/tests/src/Unit/MigrateFieldPluginManagerTest.php Tests the MigrateFieldPluginManager class.
MigrateFieldPluginManagerTest class core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php Tests the field plugin manager.
MigrateFieldPluginManagerTest.php file core/modules/migrate_drupal/tests/src/Unit/MigrateFieldPluginManagerTest.php
MigrateFieldPluginManagerTest.php file core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php
MigrateFieldPluginManagerTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php Modules to install.
MigrateFieldPluginManagerTest::$pluginManager property core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php The field plugin manager.
MigrateFieldPluginManagerTest::nonExistentPluginExceptionsData function core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php Provides data for testNonExistentPluginExceptions.
MigrateFieldPluginManagerTest::pluginFixtureData function core/modules/migrate_drupal/tests/src/Unit/MigrateFieldPluginManagerTest.php Returns test plugin data for the test class to use.
MigrateFieldPluginManagerTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php
MigrateFieldPluginManagerTest::testDefaultWeight function core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php Tests that plugins with no explicit weight are given a weight of 0.
MigrateFieldPluginManagerTest::testNonExistentPluginExceptions function core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php Tests that a PluginNotFoundException is thrown when a plugin isn't found.
MigrateFieldPluginManagerTest::testPluginSelection function core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php Tests that the correct MigrateField plugins are used.
MigrateFieldPluginManagerTest::testWeights function core/modules/migrate_drupal/tests/src/Unit/MigrateFieldPluginManagerTest.php Tests the plugin weighting system.
MigrateFieldPluginManagerTest::weightsData function core/modules/migrate_drupal/tests/src/Unit/MigrateFieldPluginManagerTest.php Provides data for testWeights().
MigrateFieldPluginManagerTestClass class core/modules/migrate_drupal/tests/src/Unit/MigrateFieldPluginManagerTest.php Class to test MigrateFieldPluginManager.
MigrateFieldPluginManagerTestClass::__construct function core/modules/migrate_drupal/tests/src/Unit/MigrateFieldPluginManagerTest.php Constructs a MigratePluginManagerTestClass object.

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