property PrerenderList::$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

drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/PrerenderList.php, line 34
Definition of Drupal\views\Plugin\views\field\PrerenderList.

Class

PrerenderList
Field handler to provide a list of items.

Namespace

Drupal\views\Plugin\views\field

Code

var $items = array();