addElement('submit', 'submit', [ 'label' => $this->translate('here'), 'class' => 'link-button' ]); } public function hasBeenClicked() { return $this->hasBeenClicked; } public function onSuccess() { $this->hasBeenClicked = true; } }