You are here

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

Returns altering variables.

Return value

\Drupal\scss_compiler\ScssCompilerAlterStorage A storage with altering variables.

See also

hook_scss_compiler_variables_alter()

1 method overrides ScssCompilerInterface::getVariables()
ScssCompilerService::getVariables in src/ScssCompilerService.php
Returns altering variables.

File

src/ScssCompilerInterface.php, line 121

Class

ScssCompilerInterface
Provides an interface defining a SCSS Compiler service.

Namespace

Drupal\scss_compiler

Code

public function getVariables();