views_handler_field_prerender_list::$items

Stores all items which are used to render the items.

It should be keyed first by the id of the base table, for example nid. The second key is the id of the thing which is displayed multiple times per row, for example the tid.

Type: array

File

handlers/views_handler_field_prerender_list.inc, line 29

Class

views_handler_field_prerender_list
Field handler to provide a list of items.

Code

public $items = array();