annotate core/modules/migrate_drupal/migrate_drupal.services.yml @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author |
Chris Cannam |
date |
Thu, 28 Feb 2019 13:11:55 +0000 |
parents |
c75dbcec494b |
children |
12f9dff5fda9 |
rev |
line source |
Chris@0
|
1 services:
|
Chris@0
|
2 plugin.manager.migrate.field:
|
Chris@0
|
3 class: Drupal\migrate_drupal\Plugin\MigrateFieldPluginManager
|
Chris@0
|
4 arguments:
|
Chris@0
|
5 - field
|
Chris@0
|
6 - '@container.namespaces'
|
Chris@0
|
7 - '@cache.discovery'
|
Chris@0
|
8 - '@module_handler'
|
Chris@0
|
9 - '\Drupal\migrate_drupal\Annotation\MigrateField'
|
Chris@0
|
10 plugin.manager.migrate.cckfield:
|
Chris@0
|
11 class: Drupal\migrate_drupal\Plugin\MigrateCckFieldPluginManager
|
Chris@0
|
12 arguments:
|
Chris@0
|
13 - cckfield
|
Chris@0
|
14 - '@container.namespaces'
|
Chris@0
|
15 - '@cache.discovery'
|
Chris@0
|
16 - '@module_handler'
|
Chris@0
|
17 - '\Drupal\migrate_drupal\Annotation\MigrateCckField'
|
Chris@0
|
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
|