Diff::isEmpty |
function |
includes/diff.inc |
Check for empty diff. |
CacheIsEmptyCase |
class |
modules/simpletest/tests/cache.test |
Test isEmpty() method. |
CacheIsEmptyCase::setUp |
function |
modules/simpletest/tests/cache.test |
Sets up a Backdrop site for running functional and integration tests. |
BackdropFakeCache::isEmpty |
function |
includes/cache-install.inc |
Overrides BackdropDatabaseCache::isEmpty(). |
BackdropNullCache::isEmpty |
function |
drivers/cache_null/cache_null.inc |
Implements BackdropCacheInterface::isEmpty(). |
CacheIsEmptyCase::testIsEmpty |
function |
modules/simpletest/tests/cache.test |
Test clearing using a cid. |
BackdropDatabaseCache::isEmpty |
function |
drivers/cache_database/cache_database.inc |
Implements BackdropCacheInterface::isEmpty(). |
BackdropCacheInterface::isEmpty |
function |
includes/cache.inc |
Checks if a cache bin is empty. |