service plugin.manager.migrate.cckfield in Drupal 8
Class
Drupal\migrate_drupal\Plugin\MigrateCckFieldPluginManager4 string references to plugin.manager.migrate.cckfield
- FieldDiscovery::getCckPluginManager in core/
modules/ migrate_drupal/ src/ FieldDiscovery.php - Gets the deprecated CCK Plugin Manager service as a BC shim.
- FieldType::create in core/
modules/ field/ src/ Plugin/ migrate/ process/ FieldType.php - Creates an instance of the plugin.
- MigrateCckFieldPluginManagerTest::testPluginSelection in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ MigrateCckFieldPluginManagerTest.php - Tests that the correct MigrateCckField plugins are used.
- ProcessField::create in core/
modules/ field/ src/ Plugin/ migrate/ process/ ProcessField.php - Creates an instance of the plugin.
File
- core/
modules/ migrate_drupal/ migrate_drupal.services.yml - core/modules/migrate_drupal/migrate_drupal.services.yml
View source
- class: Drupal\migrate_drupal\Plugin\MigrateCckFieldPluginManager
- arguments:
- - cckfield
- - '@container.namespaces'
- - '@cache.discovery'
- - '@module_handler'
- - \Drupal\migrate_drupal\Annotation\MigrateCckField
- deprecated: 'The "%service_id%" service is deprecated. You should use the ''plugin.manager.migrate.field'' service instead. See https://www.drupal.org/node/2751897'