public function purl_path::description in Persistent URL 7
Same name and namespace in other branches
- 6 includes/purl_path.inc \purl_path::description()
Provide a description of processor for the end user
Return value
string description.
Overrides purl_processor::description
File
- includes/
purl_path.inc, line 21
Class
- purl_path
- Path prefixer.
Code
public function description() {
return t('Choose a path. May contain only lowercase letters, numbers, dashes and underscores. e.g. "my-value"');
}