function PluginCleanupInterface::cleanup in Ultimate Cron 8.2
Cleans and purges data stored by this plugin.
2 methods override PluginCleanupInterface::cleanup()
- DatabaseLogger::cleanup in src/
Plugin/ ultimate_cron/ Logger/ DatabaseLogger.php - Cleans and purges data stored by this plugin.
- SerialLauncher::cleanup in src/
Plugin/ ultimate_cron/ Launcher/ SerialLauncher.php - Cleans and purges data stored by this plugin.
File
- src/
PluginCleanupInterface.php, line 13
Class
- PluginCleanupInterface
- Plugins can implement this to be invoked for regular cleanup tasks.
Namespace
Drupal\ultimate_cronCode
function cleanup();