You are here

function image_style_warmer_uninstall in Image Style Warmer 8

Implements hook_uninstall().

File

./image_style_warmer.install, line 29
Install, update and uninstall functions for the image_style_warmer module.

Code

function image_style_warmer_uninstall($is_syncing) {
  \Drupal::service('queue')
    ->get('image_style_warmer_pregenerator')
    ->deleteQueue();
}