Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/migrate_drupal/migrate_drupal.services.yml @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children | 12f9dff5fda9 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 services: | |
2 plugin.manager.migrate.field: | |
3 class: Drupal\migrate_drupal\Plugin\MigrateFieldPluginManager | |
4 arguments: | |
5 - field | |
6 - '@container.namespaces' | |
7 - '@cache.discovery' | |
8 - '@module_handler' | |
9 - '\Drupal\migrate_drupal\Annotation\MigrateField' | |
10 plugin.manager.migrate.cckfield: | |
11 class: Drupal\migrate_drupal\Plugin\MigrateCckFieldPluginManager | |
12 arguments: | |
13 - cckfield | |
14 - '@container.namespaces' | |
15 - '@cache.discovery' | |
16 - '@module_handler' | |
17 - '\Drupal\migrate_drupal\Annotation\MigrateCckField' | |
18 deprecated: The "%service_id%" service is deprecated. You should use the 'plugin.manager.migrate.field' service instead. See https://www.drupal.org/node/2751897 |