You are here

Functions in Context 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
context_page_build ./context.core.inc Implements hook_page_build().
context_page_delivery_callback_alter ./context.core.inc Implementation of hook_delivery_callback_alter(). Based on menu_position's and menu_trail_by_path's implementations.
context_preprocess_block ./context.module hook_block_view_alter - if the context editor block is on this page, ensure that all blocks have some content so that empty blocks are not dropped
context_preprocess_html ./context.core.inc Implementation of hook_preprocess_html().
context_preprocess_menu_link ./context.module Implementation of hook_preprocess_menu_link().
context_preprocess_page ./context.core.inc Implementation of hook_preprocess_page(). 1
context_reactions ./context.module Get all context reactions. 5
context_save ./context.module Inserts or updates a context object into the database. @TODO: should probably return the new cid on success -- make sure this doesn't break any checks elsewhere. 20
context_schema ./context.install Implementation of hook_schema().
context_set ./context.module Sets a context by namespace + attribute. 4
context_theme ./context.core.inc Implementation of hook_theme().
context_theme_registry_alter ./context.core.inc Implementation of hook_theme_registry_alter().
context_ui_activate context_ui/context_ui.module A page call back to activate the context_ui inline editor dialog. 1
context_ui_block_info context_ui/context_ui.module Implementation of hook_block_info().
context_ui_block_view context_ui/context_ui.module Implementation of hook_block_view().
context_ui_ctools_plugin_directory context_ui/context_ui.module Implementation of hook_ctools_plugin_directory().
context_ui_deactivate context_ui/context_ui.module A page call back to deactivate the context_ui inline editor dialog. This is semi unecessary as context editor will auto deactivate upon going to any page other than the destination from the start. However, its useful as a place to navigate to when… 1
context_ui_dialog_is_enabled context_ui/context_ui.module context_ui_dialog_is_enabled test if the dialog is enabled 3
context_ui_editor context_ui/context_ui.module Inline context editor form. 2
context_ui_editor_cancel context_ui/context_ui.module Cancel handler for context_block_editor(). 1
context_ui_editor_process context_ui/context_ui.module Values processor for context_ui_editor_submit(). Split out for reuse by overriding submit handlers. 1
context_ui_editor_submit context_ui/context_ui.module Save handler for context_block_editor(). 1
context_ui_edit_name_validate context_ui/export_ui/context_export_ui.class.php Replacement for ctools_export_ui_edit_name_validate(). Allow dashes. 1 1
context_ui_form context_ui/export_ui/context_export_ui.class.php Generates the omnibus context definition editing form. 1
context_ui_form_process context_ui/export_ui/context_export_ui.class.php Modifies a context object from submitted form values. 2
context_ui_form_submit context_ui/export_ui/context_export_ui.class.php Submit handler for main context_ui form. 1
context_ui_get_available_blocks context_ui/context_ui.module Ajax callback to get the list of available blocks
context_ui_help context_ui/context_ui.module Implementation of hook_help().
context_ui_init context_ui/context_ui.module Implemenation of hook_init().
context_ui_menu context_ui/context_ui.module Implementation of hook_menu().
context_ui_menu_contextual_links_alter context_ui/context_ui.module Implementation of hook_menu_contextual_links_alter().
context_ui_page_alter context_ui/context_ui.module Implementation of hook_page_alter().
context_ui_page_build context_ui/context_ui.module Implementation of hook_page_build(). Turn off the context_ui functionality if we move to a different page
context_ui_permission context_ui/context_ui.module Implementation of hook_permission().
context_ui_settings context_ui/context_ui.module Settings form. 1
context_ui_settings_submit context_ui/context_ui.module Extra submit handler for context_ui_settings. Mark the menu cache as needing a rebuild. 1
context_ui_theme context_ui/context_ui.module Implementation of hook_theme().
context_ui_update_6004 context_ui/context_ui.install Update 6004: Placeholder update to ensure migrations from older versions in Aegir do not fail.
context_uninstall ./context.install Implementation of hook_uninstall().
context_update_7000 ./context.install Update 7000: Handle adjustments to split of theme reaction to support D7 preprocess split between _page and _html
context_user_view ./context.core.inc Implementation of hook_user().
context_views_pre_view ./context.core.inc Implementation of hook_views_pre_view().
hook_context_allow_ajax_block_access ./context.api.php Allows for finer grained access mechanisms to using the json rendering capabilities of the block reaction when a user isn't granted the administer contexts or context ajax block access permission
hook_context_load_alter ./context.api.php Alter a context directly after it has been loaded. Allows modules to alter a context object's reactions. While you may alter conditions, this will generally have no effect as conditions are cached for performance and contexts are loaded after…
hook_context_node_condition_alter ./context.api.php Alter/add a condition to a node-related event.
hook_context_page_condition ./context.api.php Execute Context page conditions
hook_context_page_reaction ./context.api.php Execute Context page reactions
hook_context_plugins ./context.api.php CTools plugin API hook for Context. Note that a proper entry in hook_ctools_plugin_api() must exist for this hook to be called.
hook_context_registry ./context.api.php Registry hook for conditions & reactions.
hook_context_registry_alter ./context.api.php Alter the registry.

Pages

Other projects