themeList = $themeList; } /** * Get options * * @return array */ public function toOptionArray() { $options[] = ['label' => 'Default', 'value' => '']; return array_merge($options, $this->themeList->getLabels()); } }