Overrides RowPluginBase::render
public function render($row) { return [ '#theme' => $this->themeFunctions(), '#view' => $this->view, '#options' => $this->options, '#row' => $row, ]; }