You are here

service tome_static.generator in Tome 8

Class

Drupal\tome_static\StaticGenerator
18 string references to tome_static.generator
SmartTagTest::testSmartTag in modules/tome_static/modules/tome_static_super_cache/tests/src/Kernel/SmartTagTest.php
@covers \Drupal\tome_static_super_cache\Plugin\views\cache\SmartTag::getCacheTags
StaticCacheTest::testCache in modules/tome_static/tests/src/Kernel/StaticCacheTest.php
@covers \Drupal\tome_static\StaticGenerator::getPaths
StaticDownloadController::create in modules/tome_static/src/Controller/StaticDownloadController.php
Instantiates a new instance of this class.
StaticGeneratorForm::create in modules/tome_static/src/Form/StaticGeneratorForm.php
Instantiates a new instance of this class.
StaticGeneratorTest::testComplexHtml in modules/tome_static/tests/src/Kernel/StaticGeneratorTest.php
@covers \Drupal\tome_static\StaticGenerator::requestPath @covers \Drupal\tome_static\StaticGenerator::getCssAssets @covers \Drupal\tome_static\StaticGenerator::getHtmlAssets @covers \Drupal\tome_static\StaticGenerator::exportPaths

... See full list

File

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

View source
  1. class: Drupal\tome_static\StaticGenerator
  2. arguments:
  3. - '@http_kernel'
  4. - '@request_stack'
  5. - '@event_dispatcher'
  6. - '@cache.tome_static'
  7. - '@account_switcher'
  8. - '@file_system'