You are here

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

Replace path tokens into real path.

Parameters

string $path: String for replacement.

1 method overrides ScssCompilerInterface::replaceTokens()
ScssCompilerService::replaceTokens in src/ScssCompilerService.php
Replace path tokens into real path.

File

src/ScssCompilerInterface.php, line 129

Class

ScssCompilerInterface
Provides an interface defining a SCSS Compiler service.

Namespace

Drupal\scss_compiler

Code

public function replaceTokens($path);