constant BLOCK_CUSTOM_ENABLED

Shows this block by default, but lets individual users hide it.

3 uses of BLOCK_CUSTOM_ENABLED
BlockTestCase::testBlockVisibilityPerUser in drupal-7.x/modules/block/block.test
Test user customization of block visibility.
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().

File

drupal-7.x/modules/block/block.module, line 21
Controls the visual building blocks a page is constructed with.

Code

define('BLOCK_CUSTOM_ENABLED', 1)