10 uses of CONTEXT_PREFIX_PATH in Context 5
- 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.
- context_prefix_providers in context_prefix/
context_prefix.module - Invokes hook_context_prefix_provider() to gather all providers.
- context_prefix_settings_form in context_prefix/
context_prefix.module - Settings form for choosing the operating mode of context_prefix
- context_prefix_unprefix in context_prefix/
context_prefix.module - Removes any prefixes from a query string. For path prefixes only.
- context_prefix_url_rewrite in context_prefix/
context_prefix.module - Rewrites path with current context and removes context if searching for source path
- _context_prefix_init in context_prefix/
context_prefix.module - Helper function to initialize, parse + set prefixed contexts.