constant BLOCK_CUSTOM_DISABLED

Hides this block by default but lets individual users show it.

2 uses of BLOCK_CUSTOM_DISABLED
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.

File

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

Code

define('BLOCK_CUSTOM_DISABLED', 2)