You are here

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

Returns list of scss files which need to be recompiled.

Parameters

bool $all: If TRUE loads all scss files from all themes in system, else loads only scss files from active theme.

Return value

array An associative array with scss files info.

1 method overrides ScssCompilerInterface::getCompileList()
ScssCompilerService::getCompileList in src/ScssCompilerService.php
Returns list of scss files which need to be recompiled.

File

src/ScssCompilerInterface.php, line 45

Class

ScssCompilerInterface
Provides an interface defining a SCSS Compiler service.

Namespace

Drupal\scss_compiler

Code

public function getCompileList($all);