instances = $value; return $this; } public function getValue() { return Html::tag('span', [ Html::tag('italic', 'empty'), ' ', Link::create('Manage Instances', 'director/data/dictionary', $this->linkParams, [ 'data-base-target' => '_next', 'class' => 'icon-forward' ]) ]); } public function isValid($value, $context = null) { return true; } }