You are here

public function SerialLauncher::cleanup in Ultimate Cron 8.2

Cleans and purges data stored by this plugin.

Overrides PluginCleanupInterface::cleanup

File

src/Plugin/ultimate_cron/Launcher/SerialLauncher.php, line 192

Class

SerialLauncher
Ultimate Cron launcher plugin class.

Namespace

Drupal\ultimate_cron\Plugin\ultimate_cron\Launcher

Code

public function cleanup() {
  $lock = \Drupal::service('ultimate_cron.lock');
  $lock
    ->cleanup();
}