view core/modules/migrate_drupal/migrate_drupal.services.yml @ 15:e200cb7efeb3

Update Drupal core to 8.5.3 via Composer
author Chris Cannam
date Thu, 26 Apr 2018 11:26:54 +0100
parents 4c8ae668cc8c
children af1871eacc83
line wrap: on
line source
services:
  plugin.manager.migrate.field:
    class: Drupal\migrate_drupal\Plugin\MigrateFieldPluginManager
    arguments:
      - field
      - '@container.namespaces'
      - '@cache.discovery'
      - '@module_handler'
      - '\Drupal\migrate_drupal\Annotation\MigrateField'
  plugin.manager.migrate.cckfield:
    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