You are here

public function ScssCompilerService::getCacheFolder in SCSS/Less Compiler 8

Returns path to cache folder where compiled files save.

Return value

string Internal drupal path to cache folder.

Overrides ScssCompilerInterface::getCacheFolder

2 calls to ScssCompilerService::getCacheFolder()
ScssCompilerService::buildCompilationFileInfo in src/ScssCompilerService.php
Returns compile file info.
ScssCompilerService::flushCache in src/ScssCompilerService.php
Flushes all compiler caches and reset css aggregation.

File

src/ScssCompilerService.php, line 197

Class

ScssCompilerService
Defines a class for scss compiler service.

Namespace

Drupal\scss_compiler

Code

public function getCacheFolder() {
  return $this->cacheFolder;
}