BLOCK_REGION_NONE

in modules/block/block.module

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

<?php
define('BLOCK_REGION_NONE', -1);
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.