You are here

console.services.yml in Configuration Split 8

File

console.services.yml
View source
  1. services:
  2. config_split.config_split_export:
  3. class: Drupal\config_split\Command\ExportCommand
  4. arguments: ['@config_split.cli']
  5. tags:
  6. - { name: drupal.command }
  7. config_split.config_split_import:
  8. class: Drupal\config_split\Command\ImportCommand
  9. arguments: ['@config_split.cli']
  10. tags:
  11. - { name: drupal.command }