constant CckMigration::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
Overrides FieldMigration::PLUGIN_METHOD
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/ CckMigration.php, line 20
Class
- CckMigration
- Migration plugin class for migrations dealing with CCK field values.
Namespace
Drupal\migrate_drupal\Plugin\migrateCode
const PLUGIN_METHOD = 'cck_plugin_method';