Example #1
0
 /**
  * {@inheritdoc}
  */
 public function render(ResultRow $row)
 {
     return $this->getEntity($row) ? parent::render($row) : [];
 }