You are here

public function purl_pair::method in Persistent URL 6

Same name and namespace in other branches
  1. 7 includes/purl_pair.inc \purl_pair::method()

Return the method the processor users.

Return value

string, machine name of the method.

Overrides purl_path::method

File

includes/purl_pair.inc, line 8

Class

purl_pair
Pair pair prefixer.

Code

public function method() {
  return 'pair';
}