constant BLOCK_VISIBILITY_LISTED
Shows this block on only the listed pages.
4 uses of BLOCK_VISIBILITY_LISTED
- BlockTestCase::testBlockVisibilityListedEmpty in drupal-7.x/
modules/ block/ block.test - Test block visibility when using "pages" restriction but leaving "pages" textarea empty
- block_admin_configure in drupal-7.x/
modules/ block/ block.admin.inc - Form constructor for the block configuration form.
- block_block_list_alter in drupal-7.x/
modules/ block/ block.module - Implements hook_block_list_alter().
- block_update_7004 in drupal-7.x/
modules/ block/ block.install - Add new blocks to new regions, migrate custom variables to blocks.
File
- drupal-7.x/
modules/ block/ block.module, line 36 - Controls the visual building blocks a page is constructed with.
Code
define('BLOCK_VISIBILITY_LISTED', 1)