You are here

console.services.yml in Config Pages 8.3

Same filename and directory in other branches
  1. 8.2 console.services.yml

File

console.services.yml
View source
  1. services:
  2. config_pages.config_pages_get_value:
  3. class: Drupal\config_pages\Command\GetValueCommand
  4. arguments: ['@logger.factory']
  5. tags:
  6. - { name: drupal.command }
  7. config_pages.config_pages_set_value:
  8. class: Drupal\config_pages\Command\SetValueCommand
  9. arguments: ['@logger.factory']
  10. tags:
  11. - { name: drupal.command }