You are here

console.services.yml in Lightning Core 8.5

Same filename and directory in other branches
  1. 8.3 console.services.yml
  2. 8.4 console.services.yml

File

console.services.yml
View source
  1. services:
  2. lightning.command.update:
  3. class: '\Drupal\lightning_core\Command\UpdateCommand'
  4. arguments:
  5. - '@lightning.update_manager'
  6. tags:
  7. - { name: drupal.command }