You are here

function context_admin_load in Contextual Administration 6

1 call to context_admin_load()
context_admin_get_page_cache in ./context_admin.module

File

./context_admin.module, line 25

Code

function context_admin_load($name) {
  $cache = new stdClass();
  $cache->task_name = $name;
  return $cache;
}