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