You are here

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

Same name and namespace in other branches
  1. 7.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 22

Class

views_handler_field_prerender_list
Field handler to provide a list of items.

Code

var $items = array();