boxHtml = $html; } public function defaultVariables() { return [ 'boxHtml' => $this->boxHtml, 'attributes' => $this->formatHtmlAttributes(), 'options' => $this->options, 'class' => $this->getElementClass(), 'selector' => $this->getElementSelector(), ]; } }