_storeCollectionFactory = $storeCollectionFactory; } /** * Retrieve Full Option values array * @inheritdoc */ public function getAllOptions($withEmpty = true, $defaultValues = false) { if ($this->_options === null) { $this->_options = $this->_storeCollectionFactory->create()->load()->toOptionArray(); } return $this->_options; } }