You are here

public function purl_subdomain::description in Persistent URL 6

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

Provide a description of processor for the end user

Return value

string description.

Overrides purl_processor::description

File

includes/purl_subdomain.inc, line 32

Class

purl_subdomain
Subdomain prefixing.

Code

public function description() {
  return t('Enter a sub-domain for this context, such as "mygroup".  Do not include http://');
}