You are here

public function OgDeleteOrphansInterface::process in Organic groups 8

Starts the deletion process.

3 methods override OgDeleteOrphansInterface::process()
Batch::process in src/Plugin/OgDeleteOrphans/Batch.php
Starts the deletion process.
Cron::process in src/Plugin/OgDeleteOrphans/Cron.php
Starts the deletion process.
Simple::process in src/Plugin/OgDeleteOrphans/Simple.php
Starts the deletion process.

File

src/OgDeleteOrphansInterface.php, line 38

Class

OgDeleteOrphansInterface
Interface for OgDeleteOrphans plugins.

Namespace

Drupal\og

Code

public function process();