public function ScssCompilerInterface::getCacheFolder in SCSS/Less Compiler 8
Returns path to cache folder where compiled files save.
Return value
string Internal drupal path to cache folder.
1 method overrides ScssCompilerInterface::getCacheFolder()
- ScssCompilerService::getCacheFolder in src/
ScssCompilerService.php - Returns path to cache folder where compiled files save.
File
- src/
ScssCompilerInterface.php, line 81
Class
- ScssCompilerInterface
- Provides an interface defining a SCSS Compiler service.
Namespace
Drupal\scss_compilerCode
public function getCacheFolder();