comparison core/modules/migrate_drupal/migrate_drupal.services.yml @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
14 - '@container.namespaces' 14 - '@container.namespaces'
15 - '@cache.discovery' 15 - '@cache.discovery'
16 - '@module_handler' 16 - '@module_handler'
17 - '\Drupal\migrate_drupal\Annotation\MigrateCckField' 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 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
19 logger.channel.migrate_drupal:
20 parent: logger.channel_base
21 arguments: ['migrate_drupal']
22 migrate_drupal.field_discovery:
23 class: Drupal\migrate_drupal\FieldDiscovery
24 arguments:
25 - '@plugin.manager.migrate.field'
26 - '@plugin.manager.migration'
27 - '@logger.channel.migrate_drupal'