public function ScssCompilerService::isCacheEnabled in SCSS/Less Compiler 8
Returns info about cache.
Return value
bool TRUE if cache enabled else FALSE.
Overrides ScssCompilerInterface::isCacheEnabled
1 call to ScssCompilerService::isCacheEnabled()
- ScssCompilerService::__construct in src/
ScssCompilerService.php - Constructs a SCSS Compiler service object.
File
- src/
ScssCompilerService.php, line 180
Class
- ScssCompilerService
- Defines a class for scss compiler service.
Namespace
Drupal\scss_compilerCode
public function isCacheEnabled() {
return $this->isCacheEnabled;
}