You are here

constant CONTEXT_PREFIX_PAIR in Context 5

8 uses of CONTEXT_PREFIX_PAIR
context_prefix_form in 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_goto in 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 in 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_parse in 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.
context_prefix_prefixes in context_prefix/context_prefix.module
Queries the database & modules for valid prefixes based on prefixing method.

... See full list

File

context_prefix/context_prefix.module, line 6

Code

define('CONTEXT_PREFIX_PAIR', 3);