BLOCK_VISIBILITY_LISTED

Shows this block on only the listed pages.

3 uses of BLOCK_VISIBILITY_LISTED
BlockTestCase::testBlockVisibilityListedEmpty in modules/block/block.test
Test block visibility when using "pages" restriction but leaving "pages" textarea empty
block_block_list_alter in modules/block/block.module
Implements hook_block_list_alter().
block_update_7004 in modules/block/block.install
Add new blocks to new regions, migrate custom variables to blocks.

File

modules/block/block.module, line 36

Code

define('BLOCK_VISIBILITY_LISTED', 1);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.