Same name and namespace in other branches
  1. 5.x modules/block/block.module \BLOCK_REGION_NONE
  2. 7.x modules/block/block.module \BLOCK_REGION_NONE

Denotes that a block is not enabled in any region and should not be shown.

2 uses of BLOCK_REGION_NONE
block_admin_display_form_submit in modules/block/block.admin.inc
Process main blocks administration form submission.
_block_rehash in modules/block/block.module
Update the 'blocks' DB table with the blocks currently exported by modules.

File

modules/block/block.module, line 12
Controls the boxes that are displayed around the main content.

Code

define('BLOCK_REGION_NONE', -1);