You are here

public function purl_subdomain::method in Persistent URL 6

Same name and namespace in other branches
  1. 7 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';
}