You are here

function context_conditions in Context 6.3

Same name and namespace in other branches
  1. 6 context.module \context_conditions()
  2. 6.2 context.module \context_conditions()
  3. 7.3 context.module \context_conditions()

Get all context conditions.

6 calls to context_conditions()
context_condition_map in ./context.module
Loads an associative array of conditions => context identifiers to allow contexts to be set by different conditions.
context_get_plugin in ./context.module
Get a plugin handler.
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.

... See full list

File

./context.module, line 495

Code

function context_conditions($reset = FALSE) {
  return _context_registry('conditions', $reset);
}