You are here

service tome_static.preview_command in Tome 8

Class

Drupal\tome_static\Commands\StaticPreviewCommand

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\StaticPreviewCommand
  2. arguments:
  3. - '@tome_static.generator'
  4. tags:
  5. - { name: console.command }
  6. - { name: drupal.command }