Mercurial > hg > cmmr2012-drupal-site
diff 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 |
line wrap: on
line diff
--- a/core/modules/migrate_drupal/migrate_drupal.services.yml Thu Feb 28 13:11:55 2019 +0000 +++ b/core/modules/migrate_drupal/migrate_drupal.services.yml Thu May 09 15:34:47 2019 +0100 @@ -16,3 +16,12 @@ - '@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 + logger.channel.migrate_drupal: + parent: logger.channel_base + arguments: ['migrate_drupal'] + migrate_drupal.field_discovery: + class: Drupal\migrate_drupal\FieldDiscovery + arguments: + - '@plugin.manager.migrate.field' + - '@plugin.manager.migration' + - '@logger.channel.migrate_drupal'