You are here

public function purl_domain::description in Persistent URL 6

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

Provide a description of processor for the end user

Return value

string description.

Overrides purl_processor::description

File

includes/purl_domain.inc, line 31

Class

purl_domain
Full domain handling.

Code

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