function context_admin_load in Contextual Administration 6
1 call to context_admin_load()
File
- ./
context_admin.module, line 25
Code
function context_admin_load($name) {
$cache = new stdClass();
$cache->task_name = $name;
return $cache;
}