You are here

function scss_compiler_uninstall in SCSS/Less Compiler 8

Implements hook_uninstall().

File

./scss_compiler.install, line 48
Install, update and uninstall functions for the SCSS Compiler module.

Code

function scss_compiler_uninstall() {
  Drupal::service('file_system')
    ->deleteRecursive('public://scss_compiler');
}