public property PrerenderList::$items in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/field/PrerenderList.php \Drupal\views\Plugin\views\field\PrerenderList::items
- 9 core/modules/views/src/Plugin/views/field/PrerenderList.php \Drupal\views\Plugin\views\field\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
- core/
modules/ views/ src/ Plugin/ views/ field/ PrerenderList.php, line 29
Class
- PrerenderList
- Field handler to provide a list of items.
Namespace
Drupal\views\Plugin\views\fieldCode
public $items = [];