constant BLOCK_VISIBILITY_NOTLISTED

Shows this block on every page except the listed pages.

1 use of BLOCK_VISIBILITY_NOTLISTED
BlockFormController::form in drupal/core/modules/block/lib/Drupal/block/BlockFormController.php
Overrides \Drupal\Core\Entity\EntityFormController::form().

File

drupal/core/modules/block/block.module, line 34
Controls the visual building blocks a page is constructed with.

Code

const BLOCK_VISIBILITY_NOTLISTED = 0;