public function ViewTableEventVariables::getRows in Hook Event Dispatcher 8
Get the row.
Return value
File
- src/
Event/ Preprocess/ Variables/ ViewTableEventVariables.php, line 16
Class
- ViewTableEventVariables
- Class ViewTableEventVariables.
Namespace
Drupal\hook_event_dispatcher\Event\Preprocess\VariablesCode
public function getRows() {
return $this->variables['rows'];
}