You are here

public function purl_domain::method in Persistent URL 6

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