public function HeartbeatMessageField::getItems in Heartbeat 8
Gets an array of items for the field.
Parameters
\Drupal\views\ResultRow $values: The result row object containing the values.
Return value
array An array of items for the field.
Overrides MultiItemsFieldHandlerInterface::getItems
File
- src/
Plugin/ views/ field/ HeartbeatMessageField.php, line 75
Class
- HeartbeatMessageField
- A handler to provide a field that is completely custom by the administrator.
Namespace
Drupal\heartbeat\Plugin\views\fieldCode
public function getItems(ResultRow $values) {
}