You are here

constant LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS in Link checker 7

Same name and namespace in other branches
  1. 5.2 linkchecker.module \LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS
  2. 6.2 linkchecker.module \LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS

A list of domain names reserved for use in documentation and not available for registration. See RFC 2606, Section 3 for more information.

3 uses of LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS
linkchecker_admin_settings_form in ./linkchecker.admin.inc
Implements hook_admin_settings_form().
linkchecker_admin_settings_form_validate in ./linkchecker.admin.inc
Implements hook_admin_settings_form_validate().
_linkchecker_link_check_status_filter in ./linkchecker.module
Verifies against blacklists, if the link status should be checked or not.

File

./linkchecker.module, line 20
This module periodically check links in given node types, blocks etc.

Code

define('LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS', "example.com\nexample.net\nexample.org");