You are here

public function ViewTableEventVariables::getRows in Hook Event Dispatcher 8

Get the row.

Return value

\Drupal\views\ResultRow Row.

File

src/Event/Preprocess/Variables/ViewTableEventVariables.php, line 16

Class

ViewTableEventVariables
Class ViewTableEventVariables.

Namespace

Drupal\hook_event_dispatcher\Event\Preprocess\Variables

Code

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