You are here

service tome_static.static_export_path_command in Tome 8

Class

Drupal\tome_static\Commands\StaticExportPathCommand

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