You are here

service plugin.manager.migrate.cckfield in Drupal 8

Class

Drupal\migrate_drupal\Plugin\MigrateCckFieldPluginManager
4 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
  1. class: Drupal\migrate_drupal\Plugin\MigrateCckFieldPluginManager
  2. arguments:
  3. - cckfield
  4. - '@container.namespaces'
  5. - '@cache.discovery'
  6. - '@module_handler'
  7. - \Drupal\migrate_drupal\Annotation\MigrateCckField
  8. deprecated: 'The "%service_id%" service is deprecated. You should use the ''plugin.manager.migrate.field'' service instead. See https://www.drupal.org/node/2751897'