public function ScssCompilerPluginInterface::checkLastModifyTime in SCSS/Less Compiler 8
Checks if file was changed.
Parameters
array $source_file: Compilation file info.
Return value
string Last modify timestamp.
3 methods override ScssCompilerPluginInterface::checkLastModifyTime()
- LessphpCompiler::checkLastModifyTime in src/
Plugin/ ScssCompiler/ LessphpCompiler.php - Checks if file was changed.
- LibsassCompiler::checkLastModifyTime in src/
Plugin/ ScssCompiler/ LibsassCompiler.php - Checks if file was changed.
- ScssphpCompiler::checkLastModifyTime in src/
Plugin/ ScssCompiler/ ScssphpCompiler.php - Checks if file was changed.
File
- src/
ScssCompilerPluginInterface.php, line 31
Class
- ScssCompilerPluginInterface
- Provides an interface defining a SCSS Compiler plugins.
Namespace
Drupal\scss_compilerCode
public function checkLastModifyTime(array &$source_file);