You are here

constant FieldMigration::PLUGIN_METHOD in Drupal 8

Defines which configuration option has the migration processing function.

Default method is 'field_plugin_method'. For backwards compatibility, this constant is overridden in the CckMigration class, in order to fallback to the old 'cck_plugin_method'.

@const string

Deprecated

in drupal:8.7.0 and is removed from drupal:9.0.0. Use the migrate_drupal.field_discovery service instead. See https://www.drupal.org/node/3006076.

File

core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php, line 28

Class

FieldMigration
Migration plugin class for migrations dealing with field config and values.

Namespace

Drupal\migrate_drupal\Plugin\migrate

Code

const PLUGIN_METHOD = 'field_plugin_method';