6 methods override purl_processor::rewrite() in Persistent URL 7
- purl_domain::rewrite in includes/
purl_domain.inc - Responsible for rewriting outgoing links. Note: it's this functions job to make sure it doesn't alter a link that has already been treated.
- purl_extension::rewrite in includes/
purl_extension.inc - Because of the expected usage of the files extensions we don't provide a rewrite.
- purl_path::rewrite in includes/
purl_path.inc - Just need to add the value to the front of the path.
- purl_querystring::rewrite in includes/
purl_querystring.inc - Just need to add the value to the front of the path.
- purl_subdomain::rewrite in includes/
purl_subdomain.inc - Responsible for rewriting outgoing links. Note: it's this functions job to make sure it doesn't alter a link that has already been treated.
- purl_useragent::rewrite in includes/
purl_useragent.inc - Responsible for rewriting outgoing links. Note: it's this functions job to make sure it doesn't alter a link that has already been treated.