You are here

public function purl_path::detect in Persistent URL 6

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

Detect a default value for 'q' when created.

Overrides purl_processor::detect

File

includes/purl_path.inc, line 17

Class

purl_path
Path prefixer.

Code

public function detect($q) {
  return $q;
}