function DrupalFakeCache::get
Overrides DrupalDatabaseCache::get().
Overrides DrupalDatabaseCache::get
Archivo
- drupal-7.x/
includes/ cache-install.inc, line 22 - Provides a stub cache implementation to be used during installation.
Class
- DrupalFakeCache
- Defines a stub cache implementation to be used during installation.
Código
function get($cid) {
return FALSE;
}