public function purl_domain::adjust in Persistent URL 7
Same name and namespace in other branches
- 6 includes/purl_domain.inc \purl_domain::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_domain.inc, line 46
Class
- purl_domain
- Full domain handling.
Code
public function adjust(&$value, $item, &$q) {
return;
}