function activity_cache_get in Activity 7
10 calls to activity_cache_get()
- activity_form_options_hooks in ./
activity.module - Option callback used to present the available hooks.
- activity_get_grants in ./
activity.module - Return all the grants for a given activity.
- activity_load_handler in ./
activity.module - Load a Handler for a given hook.
- activity_settings_form in ./
activity.admin.inc - Form builder to dispaly settings for activity module
- activity_views_handler_argument_activity_user::options_form in views/
views_handler_arguments.inc - Build the options form.
File
- ./
activity.module, line 599 - Records Activity across the site and surfaces that to Views.
Code
function activity_cache_get($type) {
$api_information = activity_cache_api_load();
return $api_information[$type];
}