You are here

constant LINKCHECKER_DEFAULT_FILTER_BLACKLIST in Link checker 6.2

Same name and namespace in other branches
  1. 5.2 linkchecker.module \LINKCHECKER_DEFAULT_FILTER_BLACKLIST
  2. 7 linkchecker.module \LINKCHECKER_DEFAULT_FILTER_BLACKLIST

A list of blacklisted filters the modules do not need to run for the link extraction process. This filters only eat processing time or holds references to other nodes.

2 uses of LINKCHECKER_DEFAULT_FILTER_BLACKLIST
linkchecker_admin_settings_form in includes/linkchecker.admin.inc
@file Administrative page callbacks for the linkchecker module.
_linkchecker_check_markup in ./linkchecker.module
Customized clone of core check_markup() function with additional filter blacklist.

File

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

Code

define('LINKCHECKER_DEFAULT_FILTER_BLACKLIST', 'filter/1|insert_block/0|insert_node/0|insert_view/0|smiley/0|smileys/0|links_weblink/0|weblinks_embed/0|weblinks_filter/0');