29 calls to context_get_plugin() in Context 7.3
- context_admin_form_submit in ./
context.core.inc - Clear out block info cache when an admin area form is submitted.
- context_condition_map in ./
context.module - Loads an associative array of conditions => context identifiers to allow contexts to be set by different conditions.
- context_context_page_condition in ./
context.core.inc - Implementation of hook_context_page_condition().
- context_context_page_reaction in ./
context.core.inc - Implementation of hook_context_page_reaction().
- context_ctools_render_alter in ./
context.core.inc - Implementation of hook_ctools_render_alter(). Used to detect the presence of a page manager node view or node form.
- context_entity_prepare_view in ./
context.core.inc - Implementation of hook_entity_prepare_view().
- context_form_user_profile_form_alter in ./
context.core.inc - Implementation of hook_form_alter() for user_profile_form.
- context_form_user_register_form_alter in ./
context.core.inc - Implementation of hook_form_alter() for user_register_form.
- context_init in ./
context.module - Implementation of hook_init().
- context_layouts_context_page_reaction in context_layouts/
context_layouts.module - Implementation of hook_context_page_reaction().
- context_layouts_get_active_layout in context_layouts/
context_layouts.module - Get the active layout for the current page.
- context_layouts_preprocess_page in context_layouts/
context_layouts.module - Preprocessor for theme('page').
- context_node_condition in ./
context.core.inc - Centralized node condition call function for the ever increasing number of ways to get at a node view / node form.
- context_page_alter in ./
context.module - implement hook_page_alter()
- context_page_build in ./
context.core.inc - Implements hook_page_build().
- context_page_delivery_callback_alter in ./
context.core.inc - Implementation of hook_delivery_callback_alter(). Based on menu_position's and menu_trail_by_path's implementations.
- context_preprocess_html in ./
context.core.inc - Implementation of hook_preprocess_html().
- context_preprocess_page in ./
context.core.inc - Implementation of hook_preprocess_page().
- context_ui_editor in context_ui/
context_ui.module - Inline context editor form.
- context_ui_editor_process in context_ui/
context_ui.module - Values processor for context_ui_editor_submit(). Split out for reuse by overriding submit handlers.
- context_ui_form in context_ui/
export_ui/ context_export_ui.class.php - Generates the omnibus context definition editing form.
- context_ui_form_process in context_ui/
export_ui/ context_export_ui.class.php - Modifies a context object from submitted form values.
- context_ui_settings in context_ui/
context_ui.module - Settings form.
- context_user_view in ./
context.core.inc - Implementation of hook_user().
- context_views_pre_view in ./
context.core.inc - Implementation of hook_views_pre_view().
- hook_context_node_condition_alter in ./
context.api.php - Alter/add a condition to a node-related event.
- hook_context_page_condition in ./
context.api.php - Execute Context page conditions
- hook_context_page_reaction in ./
context.api.php - Execute Context page reactions
- _context_ui_rebuild_from_input in context_ui/
export_ui/ context_export_ui.class.php - Handle the complex job of rebuilding a Context from submission data in the case of a validation error.