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