function CToolsCssCache::get
Overrides DrupalCacheInterface::get
File
-
includes/
css-cache.inc, line 28
Class
- CToolsCssCache
- @file Custom cache implementation for the CTools CSS cache.
Code
public function get($cid) {
return FALSE;
}