public function ViewTableEventVariables::getRows in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/preprocess_event_dispatcher/src/Variables/ViewTableEventVariables.php \Drupal\preprocess_event_dispatcher\Variables\ViewTableEventVariables::getRows()
Get the row.
Return value
File
- modules/
preprocess_event_dispatcher/ src/ Variables/ ViewTableEventVariables.php, line 19
Class
- ViewTableEventVariables
- Class ViewTableEventVariables.
Namespace
Drupal\preprocess_event_dispatcher\VariablesCode
public function getRows() : ResultRow {
return $this->variables['rows'];
}