public function purl_domain::method in Persistent URL 7
Same name and namespace in other branches
- 6 includes/purl_domain.inc \purl_domain::method()
Return the method the processor users.
Return value
string, machine name of the method.
Overrides purl_processor::method
File
- includes/
purl_domain.inc, line 27
Class
- purl_domain
- Full domain handling.
Code
public function method() {
return 'domain';
}