public function purl_processor::method in Persistent URL 7
Same name and namespace in other branches
- 6 includes/purl_processor.inc \purl_processor::method()
Return the method the processor users.
Return value
string, machine name of the method.
6 methods override purl_processor::method()
- purl_domain::method in includes/
purl_domain.inc - Return the method the processor users.
- purl_extension::method in includes/
purl_extension.inc - Return the method the processor users.
- purl_path::method in includes/
purl_path.inc - Return the method the processor users.
- purl_querystring::method in includes/
purl_querystring.inc - Return the method the processor users.
- purl_subdomain::method in includes/
purl_subdomain.inc - Return the method the processor users.
File
- includes/
purl_processor.inc, line 13
Class
- purl_processor
- Processors can inspect and manipulate various parts of a request's URI.
Code
public function method();