You are here

public function Cron::process in Organic groups 8

Starts the deletion process.

Overrides OgDeleteOrphansInterface::process

File

src/Plugin/OgDeleteOrphans/Cron.php, line 24

Class

Cron
Performs a cron deletion of orphans.

Namespace

Drupal\og\Plugin\OgDeleteOrphans

Code

public function process() {

  // No online processing is done in this plugin. Instead, all orphans are
  // deleted during offline cron jobs by the DeleteOrphan queue worker.
  // @see \Drupal\og\Plugin\QueueWorker\DeleteOrphan
}