constant PASS_THROUGH

Flag for drupal_set_title(); text has already been sanitized.

36 uses of PASS_THROUGH
block_admin_edit in drupal/core/modules/block/block.admin.inc
Page callback: Build the block instance edit form.
CommentFormController::preview in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Form submission handler for the 'preview' action.
ConfigController::diff in drupal/core/modules/config/lib/Drupal/config/Controller/ConfigController.php
Shows diff of specificed configuration file.
ConfigTestController::edit in drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestController.php
Presents the ConfigTest edit form.
ConfirmFormBase::buildForm in drupal/core/lib/Drupal/Core/Form/ConfirmFormBase.php
Implements \Drupal\Core\Form\FormInterface::buildForm().

... See full list

File

drupal/core/includes/bootstrap.inc, line 212
Functions that need to be loaded on every Drupal request.

Code

const PASS_THROUGH = -1;