public function purl_processor::detect in Persistent URL 6
Same name and namespace in other branches
- 7 includes/purl_processor.inc \purl_processor::detect()
Detect the the processor value for the current page request
Return value
value that can be pased to the parse step.
6 methods override purl_processor::detect()
- purl_domain::detect in includes/
purl_domain.inc - Detect the the processor value for the current page request
- purl_extension::detect in includes/
purl_extension.inc - Detect the the processor value for the current page request
- purl_path::detect in includes/
purl_path.inc - Detect a default value for 'q' when created.
- purl_querystring::detect in includes/
purl_querystring.inc - Detect a default value for in the GET request, ignore elements drupal uses already.
- purl_subdomain::detect in includes/
purl_subdomain.inc - Detect the the processor value for the current page request
File
- includes/
purl_processor.inc, line 32
Class
- purl_processor
- Processors can inspect and manipulate various parts of a request's URI.
Code
public function detect($q);