public function purl_path::method in Persistent URL 7
Same name and namespace in other branches
- 6 includes/purl_path.inc \purl_path::method()
Return the method the processor users.
Return value
string, machine name of the method.
Overrides purl_processor::method
1 method overrides purl_path::method()
- purl_pair::method in includes/
purl_pair.inc - Return the method the processor users.
File
- includes/
purl_path.inc, line 8
Class
- purl_path
- Path prefixer.
Code
public function method() {
return 'path';
}