You are here

drush.services.yml in YAML Content 8

File

drush.services.yml
View source
  1. services:
  2. yaml_content.commands:
  3. class: \Drupal\yaml_content\Commands\YamlContentCommands
  4. arguments:
  5. - '@yaml_content.load_helper'
  6. tags:
  7. - { name: drush.command }