You are here

service scss_compiler in SCSS/Less Compiler 8

Class

Drupal\scss_compiler\ScssCompilerService
7 string references to scss_compiler
LibsassCompiler::init in src/Plugin/ScssCompiler/LibsassCompiler.php
Calls a code on plugin initialization.
ScssCompilerController::create in src/Controller/ScssCompilerController.php
Instantiates a new instance of this class.
ScssCompilerPluginBase::create in src/ScssCompilerPluginBase.php
Creates an instance of the plugin.
ScssCompilerSystemPerformanceSettingsFormAlter::formAlter in src/Form/ScssCompilerSystemPerformanceSettingsFormAlter.php
Alters existing settings form.
scss_compiler_cache_flush in ./scss_compiler.module
Implements hook_cache_flush().

... See full list

File

./scss_compiler.services.yml
scss_compiler.services.yml

View source
  1. class: Drupal\scss_compiler\ScssCompilerService
  2. arguments:
  3. - '@config.factory'
  4. - '@theme.manager'
  5. - '@module_handler'
  6. - '@request_stack'
  7. - '@cache.default'
  8. - '@file_system'