You are here

public function ViewTableEventVariables::getRows in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/preprocess_event_dispatcher/src/Variables/ViewTableEventVariables.php \Drupal\preprocess_event_dispatcher\Variables\ViewTableEventVariables::getRows()

Get the row.

Return value

\Drupal\views\ResultRow Row.

File

modules/preprocess_event_dispatcher/src/Variables/ViewTableEventVariables.php, line 19

Class

ViewTableEventVariables
Class ViewTableEventVariables.

Namespace

Drupal\preprocess_event_dispatcher\Variables

Code

public function getRows() : ResultRow {
  return $this->variables['rows'];
}