You are here

public function purl_querystring::method in Persistent URL 6

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

Return the method the processor users.

Return value

string, machine name of the method.

Overrides purl_processor::method

File

includes/purl_querystring.inc, line 8

Class

purl_querystring
Querystring processor.

Code

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