constant BLOCK_REGION_NONE

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

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

Archivo

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

Código

define('BLOCK_REGION_NONE', -1)