You are here

public property views_handler_field::$original_value in Views (for Drupal 7) 7.3

The field value prior to any rewriting.

Type: mixed

File

handlers/views_handler_field.inc, line 67
Definition of views_handler_field.

Class

views_handler_field
Base field handler that has no options and renders an unformatted field.

Code

public $original_value = NULL;