console.services.yml in Config Pages 8.2
Same filename and directory in other branches
File
console.services.ymlView source
- services:
- config_pages.config_pages_get_value:
- class: Drupal\config_pages\Command\GetValueCommand
- arguments: ['@logger.factory']
- tags:
- - { name: drupal.command }
- config_pages.config_pages_set_value:
- class: Drupal\config_pages\Command\SetValueCommand
- arguments: ['@logger.factory']
- tags:
- - { name: drupal.command }