constant PASS_THROUGH in Drupal 7
Flag used to indicate that text has already been sanitized.
See also
36 uses of PASS_THROUGH
- block_admin_configure in modules/
block/ block.admin.inc - Form constructor for the block configuration form.
- blog_page_user in modules/
blog/ blog.pages.inc - Menu callback; displays a Drupal page containing recent blog entries of a given user.
- comment_edit_page in modules/
comment/ comment.module - Page callback for comment editing.
- comment_preview in modules/
comment/ comment.module - Generate a comment preview.
- confirm_form in modules/
system/ system.module - Generates a form array for a confirmation form.
File
- includes/
bootstrap.inc, line 232 - Functions that need to be loaded on every Drupal request.
Code
define('PASS_THROUGH', -1);