function 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.