function MultiItemsFieldHandlerInterface::renderItems

Same name and namespace in other branches
  1. 11.x core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php \Drupal\views\Plugin\views\field\MultiItemsFieldHandlerInterface::renderItems()
  2. 10 core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php \Drupal\views\Plugin\views\field\MultiItemsFieldHandlerInterface::renderItems()
  3. 8.9.x core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php \Drupal\views\Plugin\views\field\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.

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\field

Code

public function renderItems($items);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.