constant BLOCK_REGION_NONE

  1. 7.x drupal-7.x/modules/block/block.module BLOCK_REGION_NONE
  2. 6.x drupal-6.x/modules/block/block.module BLOCK_REGION_NONE

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

5 uses of BLOCK_REGION_NONE
block_admin_display_form in drupal-6.x/modules/block/block.admin.inc
Generate main blocks administration form.
block_admin_display_form_submit in drupal-6.x/modules/block/block.admin.inc
Process main blocks administration form submission.
template_preprocess_block_admin_display_form in drupal-6.x/modules/block/block.admin.inc
Process variables for block-admin-display.tpl.php.
_block_compare in drupal-6.x/modules/block/block.admin.inc
Helper function for sorting blocks on admin/build/block.
_block_rehash in drupal-6.x/modules/block/block.module
Update the 'blocks' DB table with the blocks currently exported by modules.

File

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

Code

define('BLOCK_REGION_NONE', -1)