getEntity($row); return Url::fromRoute('node.revision_revert_confirm', ['node' => $node->id(), 'node_revision' => $node->getRevisionId()]); } /** * {@inheritdoc} */ protected function getDefaultLabel() { return $this->t('Revert'); } }