constant BLOCK_VISIBILITY_NOTLISTED in Drupal 7
Shows this block on every page except the listed pages.
1 use of BLOCK_VISIBILITY_NOTLISTED
- block_admin_configure in modules/
block/ block.admin.inc - Form constructor for the block configuration form.
File
- modules/
block/ block.module, line 31 - Controls the visual building blocks a page is constructed with.
Code
define('BLOCK_VISIBILITY_NOTLISTED', 0);