You are here

public function purl_extension::method in Persistent URL 6

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

Return the method the processor users.

Return value

string, machine name of the method.

Overrides purl_processor::method

File

includes/purl_extension.inc, line 18

Class

purl_extension
File extension style. Like ".csv"

Code

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