$this->getEntity($row)->id()]); } /** * {@inheritdoc} */ protected function renderLink(ResultRow $row) { $this->options['alter']['query'] = $this->getDestinationArray(); return parent::renderLink($row); } /** * {@inheritdoc} */ protected function getDefaultLabel() { return $this->t('Approve'); } }