You are here

public function RadioactivityMemcachedIncidentStorage::requiresBootstrap in Radioactivity 7.2

Does this require boostrapping?

Overrides RadioactivityIncidentStorage::requiresBootstrap

File

includes/RadioactivityMemcachedIncidentStorage.inc, line 82
Memcached incident storage class

Class

RadioactivityMemcachedIncidentStorage
@file Memcached incident storage class

Code

public function requiresBootstrap() {
  return FALSE;
}