You are here

public function RadioactivityRedisIncidentStorage::requiresBootstrap in Radioactivity 7.2

Does this require boostrapping?

Overrides RadioactivityIncidentStorage::requiresBootstrap

File

includes/RadioactivityRedisIncidentStorage.inc, line 70
Memcached incident storage class

Class

RadioactivityRedisIncidentStorage
@file Memcached incident storage class

Code

public function requiresBootstrap() {
  return FALSE;
}