You are here

public property views_handler::$real_field in Views (for Drupal 7) 7.3

The actual field in the database table, maybe different on other kind of query plugins/special handlers.

File

includes/handlers.inc, line 184
Defines the various handler objects to help build and display views.

Class

views_handler
Base handler, from which all the other handlers are derived. It creates a common interface to create consistency amongst handlers and data.

Code

public $real_field;