Overrides LinkBase::render
public function render(ResultRow $row) { return $this->getEntity($row) ? parent::render($row) : []; }