You are here

constant LINKCHECKER_DEFAULT_FILTER_BLACKLIST in Link checker 7

Same name and namespace in other branches
  1. 5.2 linkchecker.module \LINKCHECKER_DEFAULT_FILTER_BLACKLIST
  2. 6.2 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.

@todo

3 uses of LINKCHECKER_DEFAULT_FILTER_BLACKLIST
linkchecker_admin_settings_form in ./linkchecker.admin.inc
Implements hook_admin_settings_form().
linkchecker_update_7007 in ./linkchecker.install
Upgrade blacklisted internal filter names.
_linkchecker_check_markup in ./linkchecker.module
Customized clone of core check_markup() with additional filter blacklist.

File

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

Code

define('LINKCHECKER_DEFAULT_FILTER_BLACKLIST', 'filter_autop|insert_block|insert_view|smiley|smileys|weblinks_embed|weblinks_filter');