You are here

6 methods override purl_processor::adjust() in Persistent URL 6

purl_domain::adjust in includes/purl_domain.inc
Used to provide compatibility with the path alias system.
purl_extension::adjust in includes/purl_extension.inc
Rewrite the query string. Note that this is being passed through the custom_url_rewrite_inbound() stack and may *not* directly affect $_GET['q']. See purl_init() for how $_GET['q'] is affected by processors.
purl_path::adjust in includes/purl_path.inc
Rewrite the query string. Note that this is being passed through the custom_url_rewrite_inbound() stack and may *not* directly affect $_GET['q']. See purl_init() for how $_GET['q'] is affected by processors.
purl_querystring::adjust in includes/purl_querystring.inc
No need to do nothing at all.
purl_subdomain::adjust in includes/purl_subdomain.inc
Used to provide compatibility with the path alias system.
purl_useragent::adjust in includes/purl_useragent.inc
We cannot alter the user agent, no need to try.