function workspaces_cron
Same name in other branches
- 9 core/modules/workspaces/workspaces.module \workspaces_cron()
- 8.9.x core/modules/workspaces/workspaces.module \workspaces_cron()
Implements hook_cron().
File
-
core/
modules/ workspaces/ workspaces.module, line 255
Code
function workspaces_cron() {
\Drupal::service('workspaces.manager')->purgeDeletedWorkspacesBatch();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.