You are here

service tome_static.static_command in Tome 8

Class

Drupal\tome_static\Commands\StaticCommand

Tags

  • console.command
  • drupal.command

File

modules/tome_static/tome_static.services.yml
modules/tome_static/tome_static.services.yml

View source
  1. class: Drupal\tome_static\Commands\StaticCommand
  2. arguments:
  3. - '@tome_static.generator'
  4. - '@state'
  5. tags:
  6. - { name: console.command }
  7. - { name: drupal.command }