You are here

protected static property DrupalRequestSanitizer::$sanitized in Drupal 7

Tracks whether the request was already sanitized.

File

includes/request-sanitizer.inc, line 16
Contains code for sanitizing user input from the request.

Class

DrupalRequestSanitizer
Sanitizes user input from the request.

Code

protected static $sanitized = FALSE;