You are here

Functions in Context 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
context_active_contexts ./context.module Loads any active contexts with associated reactions. This should be run at a late stage of the page load to ensure that relevant contexts have been set. 6
context_blocks ./context.core.inc This override of theme_blocks() is called because of an alter of the theme registry. See context_theme_registry_alter(). 1
context_cache_get ./context.module Wrapper around cache_get() to make it easier for context to pull different datastores from a single cache row. 4
context_cache_set ./context.module Wrapper around cache_set() to make it easier for context to write different datastores to a single cache row. 4
context_clear ./context.module Clears static context array() -- meant only for testing 1
context_conditions ./context.module Get all context conditions. 6
context_condition_map ./context.module Loads an associative array of conditions => context identifiers to allow contexts to be set by different conditions. 2
context_condition_met ./context.module Queue or activate contexts that have met the specified condition. 1
context_context ./context.module Master context function. Avoid calling this directly -- use one of the helper functions below. 5
context_context_list ./context.module CTools list callback for bulk export.
context_context_page_condition ./context.core.inc Implementation of hook_context_page_condition().
context_context_page_reaction ./context.core.inc Implementation of hook_context_page_reaction().
context_context_plugins ./context.module Implementation of hook_context_plugins().
context_context_registry ./context.module Implementation of hook_context_registry().
context_ctools_plugin_plugins ./context.module Implementation of hook_ctools_plugin_plugins().
context_ctools_render_alter ./context.core.inc Implementation of hook_ctools_render_alter(). Used to detect the presence of a page manager node view or node form.
context_delete ./context.module Deletes an existing context. 14
context_empty ./context.module Recursive helper function to determine whether an array and its children are entirely empty. 2
context_enabled_contexts ./context.module Wrapper around context_load() that only returns enabled contexts. 2
context_exists ./context.module Deprecated context_exists() function. Retained for backwards compatibility -- please use context_isset() instead. 1
context_export ./context.module Exports the specified context. 1
context_flush_caches ./context.module Implementation of hook_flush_caches().
context_form_alter ./context.core.inc Implementation of hook_form_alter().
context_form_alter_node_validate ./context.core.inc Node form validation callback. 1
context_form_comment_form_alter ./context.core.inc Implementation of hook_form_alter() for comment_form.
context_get ./context.module Retrieves a context by namespace + (optional) attribute. 3
context_get_info ./context.module Get info for modules. @TODO: It really hurts that we have to do this. See a similar function in features.module and recognize that this should be in system.module but is not... 2
context_get_plugin ./context.module Get a plugin handler. 19
context_help ./context.core.inc Implementation of hook_help().
context_init ./context.module Implementation of hook_init().
context_install ./context.install Implementation of hook_install().
context_invalidate_cache ./context.module Invalidates all context caches(). @TODO: Update to use a CTools API function for clearing plugin caches when/if it becomes available. 5
context_isset ./context.module Returns a boolean for whether a context namespace + attribute have been set. 1
context_layouts_context_page_reaction context_layouts/context_layouts.module Implementation of hook_context_page_reaction().
context_layouts_context_plugins context_layouts/context_layouts.module Implementation of hook_context_plugins(). This is a ctools plugins hook.
context_layouts_context_registry_alter context_layouts/context_layouts.module Implementation of hook_context_registry_alter().
context_layouts_get_active_layout context_layouts/context_layouts.module Get the active layout for the current page.
context_layouts_get_layouts context_layouts/context_layouts.module Retrieve layouts for the specified theme. 4
context_layouts_help context_layouts/context_layouts.module Implementation of hook_help().
context_layouts_preprocess_page context_layouts/context_layouts.module Preprocessor for theme('page').
context_links ./context.core.inc Generates an array of links (suitable for use with theme_links) to the node forms of types associated with current active contexts. 1
context_load ./context.module Context loader. 4
context_menu_alter ./context.core.inc Implementation of hook_menu_alter(). If core block handling is disabled, remove menu items.
context_migrate_api_3 ./context.install Helper function to update context 2 objects to context 3. 2
context_nodeapi ./context.core.inc Implementation of hook_nodeapi().
context_node_condition ./context.core.inc Centralized node condition call function for the ever increasing number of ways to get at a node view / node form. 5
context_page_alter ./context.core.inc A preprocess_page() function that is called *before* all other preprocessors (including template_preprocess_page()). This allows any final context conditions to be set and any initial reactions to be triggered. 1
context_perm context_ui/context_ui.module Implements hook_perm
context_preprocess_page ./context.core.inc Implementation of preprocess_page(). 1
context_reactions ./context.module Get all context reactions. 5

Pages

Other projects