function MultiItemsFieldHandlerInterface::renderItems
Render all items in this field together.
Parameters
array $items: The items provided by getItems for a single row.
Return value
string The rendered items.
2 methods override MultiItemsFieldHandlerInterface::renderItems()
- EntityField::renderItems in core/modules/ views/ src/ Plugin/ views/ field/ EntityField.php 
- Render all items in this field together.
- PrerenderList::renderItems in core/modules/ views/ src/ Plugin/ views/ field/ PrerenderList.php 
- Render all items in this field together.
File
- 
              core/modules/ views/ src/ Plugin/ views/ field/ MultiItemsFieldHandlerInterface.php, line 45 
Class
- MultiItemsFieldHandlerInterface
- Defines a field handler which renders multiple items per row.
Namespace
Drupal\views\Plugin\views\fieldCode
public function renderItems($items);Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
