BLOCK_REGION_NONE
Definition
drupal/modules/block/block.module
Description
Denotes that a block is not enabled in any region and should not be shown.
Code
<?php
define('BLOCK_REGION_NONE', -1);
?>
|
Ubercart API |
|
| Donate to Ubercart | ||
BLOCK_REGION_NONEDefinitiondrupal/modules/block/block.module DescriptionDenotes that a block is not enabled in any region and should not be shown. Code |
|