abstract public function BackendBase::processArgumentValue in SCSS Compiler 1.0.x
Process an argument value from the compiler ahead of the callback.
This method is responsible for the dynamic type juggling between the two languages to improve the developer experience when writing functions.
Parameters
mixed $value: The input value to process.
Return value
mixed The processed input value.
File
- src/
BackendBase.php, line 164
Class
- BackendBase
- Provides a base compiler backend implementation.
Namespace
Drupal\compiler_scssCode
public abstract function processArgumentValue($value);