Issue #2213451 by andypost, bdone, benjy, penyaskito, chx, claudiu.cristea, damiankloip, gregboggs, InternetDevels, jessehs, jhedstrom, marvil07, mikeryan, pcambra, Xano, YesCT: Update Migrate API in core
2014-03-19 18:56:48 +00:00
services :
Issue #2683435 by quietone, Jo Fitzgerald, hussainweb, mikeryan, Steven Jones, alexpott, phenaproxima, Sam152, Pavan B S, michael_wojcik, Prashant.c, heddn, benjy: CCK does not exist in Drupal 7, rename Migrate's cckfield plugins to field plugins
2017-04-06 08:34:40 +00:00
plugin.manager.migrate.field :
class : Drupal\migrate_drupal\Plugin\MigrateFieldPluginManager
arguments :
- field
- '@container.namespaces'
- '@cache.discovery'
- '@module_handler'
- '\Drupal\migrate_drupal\Annotation\MigrateField'
2015-03-19 10:36:40 +00:00
plugin.manager.migrate.cckfield :
2016-06-16 10:38:24 +00:00
class : Drupal\migrate_drupal\Plugin\MigrateCckFieldPluginManager
2015-11-02 18:03:04 +00:00
arguments :
- cckfield
- '@container.namespaces'
- '@cache.discovery'
- '@module_handler'
- '\Drupal\migrate_drupal\Annotation\MigrateCckField'
Issue #2683435 by quietone, Jo Fitzgerald, hussainweb, mikeryan, Steven Jones, alexpott, phenaproxima, Sam152, Pavan B S, michael_wojcik, Prashant.c, heddn, benjy: CCK does not exist in Drupal 7, rename Migrate's cckfield plugins to field plugins
2017-04-06 08:34:40 +00:00
deprecated : The "%service_id%" service is deprecated. You should use the 'plugin.manager.migrate.field' service instead. See https://www.drupal.org/node/2751897