collectionFactory = $collectionFactory; } /** * {@inheritdoc} */ public function toOptionArray() { if (!$this->options) { $this->options = $this->collectionFactory->create()->toOptionIdArray(); } return $this->options; } }