formKey = $formKey; parent::__construct($context, $data); } /** * Get form key * * @return string */ public function getFormKey() { return $this->formKey->getFormKey(); } /** * @inheritdoc */ protected function _toHtml() { return ''; } }