public function purl_subdomain::adjust in Persistent URL 6
Same name and namespace in other branches
- 7 includes/purl_subdomain.inc \purl_subdomain::adjust()
Used to provide compatibility with the path alias system.
Parameters
$value.: detected value, by reference so that processors that can remove themselves is a method can have more than on value.
$element.: purl_path_element
$q.: the Drupal path being modified by custom_url_rewrite_inbound(). Processors modifying $_GET['q'] should modify this instead of altering the $_GET or $_REQUEST values directly.
Overrides purl_processor::adjust
File
- includes/
purl_subdomain.inc, line 44
Class
- purl_subdomain
- Subdomain prefixing.
Code
public function adjust(&$value, $item, &$q) {
return;
}