You are here

public function RadioactivityIncidentStorage::requiresBootstrap in Radioactivity 7.2

Does this require boostrapping?

3 methods override RadioactivityIncidentStorage::requiresBootstrap()
RadioactivityFileIncidentStorage::requiresBootstrap in includes/RadioactivityFileIncidentStorage.inc
Does this require boostrapping?
RadioactivityMemcachedIncidentStorage::requiresBootstrap in includes/RadioactivityMemcachedIncidentStorage.inc
Does this require boostrapping?
RadioactivityRedisIncidentStorage::requiresBootstrap in includes/RadioactivityRedisIncidentStorage.inc
Does this require boostrapping?

File

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

Class

RadioactivityIncidentStorage
@file Base class for incident storages

Code

public function requiresBootstrap() {
  return TRUE;
}