views_handler_field::$last_render_index
Keeps track of the last render index.
Type: int|null
File
-
handlers/
views_handler_field.inc, line 81
Class
- views_handler_field
- Base field handler that has no options and renders an unformatted field.
Code
protected $last_render_index = NULL;