You are here

public property views_handler_field_prerender_list::$items in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 handlers/views_handler_field_prerender_list.inc \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
Definition of views_handler_field_prerender_list.

Class

views_handler_field_prerender_list
Field handler to provide a list of items.

Code

public $items = array();