public function ScssCompilerInterface::compileAll in SCSS/Less Compiler 8
Compiles all scss files which was registered.
Parameters
bool $all: If TRUE compiles all scss files from all themes in system, else compiles only scss files from active theme.
bool $flush: If TRUE ignore last modified time.
1 method overrides ScssCompilerInterface::compileAll()
- ScssCompilerService::compileAll in src/
ScssCompilerService.php - Compiles all scss files which was registered.
File
- src/
ScssCompilerInterface.php, line 33
Class
- ScssCompilerInterface
- Provides an interface defining a SCSS Compiler service.
Namespace
Drupal\scss_compilerCode
public function compileAll($all, $flush);