You are here

public function RadioactivityIncidentStorage::processIncidents in Radioactivity 7.2

Process incidents in the storage When this is run depends solely on cron timing & decay pattern granularity

4 methods override RadioactivityIncidentStorage::processIncidents()
RadioactivityDeferredIncidentStorage::processIncidents in includes/RadioactivityDeferredIncidentStorage.inc
Process incidents in the deferred queue
RadioactivityFileIncidentStorage::processIncidents in includes/RadioactivityFileIncidentStorage.inc
Process incidents in the deferred queue
RadioactivityMemcachedIncidentStorage::processIncidents in includes/RadioactivityMemcachedIncidentStorage.inc
Process incidents in the deferred queue
RadioactivityRedisIncidentStorage::processIncidents in includes/RadioactivityRedisIncidentStorage.inc
Process incidents in the deferred queue

File

includes/RadioactivityIncidentStorage.inc, line 24
Base class for incident storages

Class

RadioactivityIncidentStorage
@file Base class for incident storages

Code

public function processIncidents() {

  // nothing to do
}