public function purl_useragent::description in Persistent URL 7
Same name and namespace in other branches
- 6 includes/purl_useragent.inc \purl_useragent::description()
Provide a description of processor for the end user
Return value
string description.
Overrides purl_processor::description
File
- includes/
purl_useragent.inc, line 13
Class
- purl_useragent
- User agent style.
Code
public function description() {
return t('Enter a user agent for this context, such as "iPhone".');
}