You are here

public function ScssCompilerInterface::isCacheEnabled in SCSS/Less Compiler 8

Returns info about cache.

Return value

bool TRUE if cache enabled else FALSE.

1 method overrides ScssCompilerInterface::isCacheEnabled()
ScssCompilerService::isCacheEnabled in src/ScssCompilerService.php
Returns info about cache.

File

src/ScssCompilerInterface.php, line 73

Class

ScssCompilerInterface
Provides an interface defining a SCSS Compiler service.

Namespace

Drupal\scss_compiler

Code

public function isCacheEnabled();