public function ScssCompilerInterface::getOption in SCSS/Less Compiler 8
Gets a specific option.
Parameters
string $option: The name of the option.
Return value
mixed The value for a specific option, or NULL if it does not exist.
1 method overrides ScssCompilerInterface::getOption()
- ScssCompilerService::getOption in src/
ScssCompilerService.php - Gets a specific option.
File
- src/
ScssCompilerInterface.php, line 65
Class
- ScssCompilerInterface
- Provides an interface defining a SCSS Compiler service.
Namespace
Drupal\scss_compilerCode
public function getOption($option);