cl |
context_prefix/context_prefix.module |
Custom l wrapper for links that need to leave all group contexts |
1 |
|
clswitch |
context_prefix/context_prefix.module |
Returns whether the current l/url call should use context rewriting or not |
3 |
|
context_clear |
./context.module |
Clears static context array() -- meant only for testing |
1 |
|
context_context |
./context.module |
Master context function. Avoid calling this directly -- use one of the helper functions below. |
5 |
|
context_exists |
./context.module |
Deprecated context_exists() function. Retained for backwards
compatibility -- please use context_isset() instead. |
|
|
context_get |
./context.module |
Retrieves a context by namespace + (optional) attribute. |
6 |
|
context_isset |
./context.module |
Returns a boolean for whether a context namespace + attribute have been set. |
2 |
|
context_prefix_admin |
context_prefix/context_prefix.module |
Page callback for the context_prefix administration page. |
|
1 |
context_prefix_api |
context_prefix/context_prefix.module |
Provides a simple API for validating, adding, and deleting context defintions. |
1 |
|
context_prefix_form |
context_prefix/context_prefix.module |
Generates a context prefix form element that can be dropped into a
FormAPI form array. Includes validation, but nsert/update must be
handled by the implementing submit handler. |
|
|
context_prefix_form_validate |
context_prefix/context_prefix.module |
Validation handler for context_prefix_form(). |
|
|
context_prefix_get |
context_prefix/context_prefix.module |
Get wrapper for _context_prefix_set() |
1 |
|
context_prefix_goto |
context_prefix/context_prefix.module |
A wrapper around drupal_goto() that abstracts out the prefix/context setting
You provide both a normal drupal path ('node/43') and a context prefix ('dsi')
and context_prefix_goto will determine the correct location to use. |
|
|
context_prefix_init |
context_prefix/context_prefix.module |
Implementation of hook_init()
Checks for any valid context prefixes in request string and sets the context appropriately |
|
|
context_prefix_install |
context_prefix/context_prefix.install |
|
|
|
context_prefix_menu |
context_prefix/context_prefix.module |
Implementation of hook_menu(). |
|
|
context_prefix_parse |
context_prefix/context_prefix.module |
Parses a query string of various types (url, domain, etc.) and
returns an array of any found prefixes and their respective
providers/id values. |
3 |
|
context_prefix_prefixes |
context_prefix/context_prefix.module |
Queries the database & modules for valid prefixes based on prefixing method. |
3 |
|
context_prefix_providers |
context_prefix/context_prefix.module |
Invokes hook_context_prefix_provider() to gather all providers. |
2 |
|
context_prefix_set |
context_prefix/context_prefix.module |
Set wrapper for _context_prefix_set() |
1 |
|
context_prefix_settings_form |
context_prefix/context_prefix.module |
Settings form for choosing the operating mode of context_prefix |
|
1 |
context_prefix_uninstall |
context_prefix/context_prefix.install |
hook_uninstall(). |
|
|
context_prefix_unprefix |
context_prefix/context_prefix.module |
Removes any prefixes from a query string. For path prefixes only. |
1 |
|
context_prefix_update_1 |
context_prefix/context_prefix.install |
|
|
|
context_prefix_update_2 |
context_prefix/context_prefix.install |
|
|
|
context_prefix_update_3 |
context_prefix/context_prefix.install |
|
|
|
context_prefix_update_4 |
context_prefix/context_prefix.install |
|
|
|
context_prefix_update_5 |
context_prefix/context_prefix.install |
|
|
|
context_prefix_url_rewrite |
context_prefix/context_prefix.module |
Rewrites path with current context and removes context if searching for source path |
1 |
|
context_set |
./context.module |
Sets a context by namespace + attribute. |
2 |
|
context_ui_admin |
context_ui/context_ui_admin.inc |
Page callback for context_ui admin landing page. |
|
1 |
context_ui_block |
context_ui/context_ui.module |
Implementation of hook_block(). |
|
|
context_ui_block_list |
context_ui/context_ui.module |
An alternative version of block_list() that provides any context_ui enabled blocks. |
1 |
|
context_ui_context |
context_ui/context_ui.module |
Provides simple operations (load/insert/update/etc.) on a core context space/key/value definition. |
11 |
|
context_ui_context_getter |
context_ui/context_ui.module |
Implementation of hook_context_getter(). |
|
|
context_ui_context_items |
context_ui/context_ui.module |
Implementation of hook_context_items(). |
|
|
context_ui_contrib_context_items |
context_ui/context_ui_contrib.module |
Implementation of hook_context_items() |
|
|
context_ui_contrib_nodeapi |
context_ui/context_ui_contrib.module |
Implementation of hook_nodeapi(). |
|
|
context_ui_contrib_views_pre_query |
context_ui/context_ui_contrib.module |
Implementation of hook_views_pre_query(). |
|
|
context_ui_defaults |
context_ui/context_ui.module |
Invokes hook_context_define() to collect all contexts provided in code by modules. |
1 |
|
context_ui_delete_confirm |
context_ui/context_ui_admin.inc |
Provide a form to confirm deletion of a context definition. |
|
1 |
context_ui_delete_confirm_submit |
context_ui/context_ui_admin.inc |
Submit hook for context_ui delete confirmation form. |
|
|
context_ui_export |
context_ui/context_ui_admin.inc |
Provides a form with an exported context definition for use in modules. |
|
1 |
context_ui_form |
context_ui/context_ui_admin.inc |
Generates the omnibus context definition editing form.
Note: submission and validation handlers are in context_ui_admin.inc |
|
3 |
context_ui_form_alter |
context_ui/context_ui.module |
Implementation of hook_form_alter(). |
|
|
context_ui_form_process |
context_ui/context_ui_admin.inc |
Produces a context object from submitted form values. |
1 |
|
context_ui_form_submit |
context_ui/context_ui_admin.inc |
Submit handler for main context_ui form. |
|
|
context_ui_form_validate |
context_ui/context_ui_admin.inc |
hook_validate() |
|
|
context_ui_help |
context_ui/context_ui.module |
Implementation of hook_help(). |
|
|
context_ui_import |
context_ui/context_ui_admin.inc |
Import form. Provides simple helptext instructions and textarea for
pasting a context definition. |
|
1 |