1.20.x cache-install.inc | BackdropFakeCache::isEmpty() |
Overrides BackdropDatabaseCache::isEmpty().
Overrides BackdropDatabaseCache::isEmpty
File
- includes/
cache-install.inc, line 106 - Provides a stub cache implementation to be used during installation.
Class
- BackdropFakeCache
- Defines a stub cache implementation to be used during installation.
Code
function isEmpty() {
return TRUE;
}