Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StatusList.php
Go to the documentation of this file.
1 <?php
7 
12 {
17 
22  {
23  $this->creditmemoRepository = $creditmemoRepository;
24  }
25 
31  public function toOptionArray()
32  {
33  return $this->creditmemoRepository->create()->getStates();
34  }
35 }
__construct(\Magento\Sales\Api\CreditmemoRepositoryInterface $creditmemoRepository)
Definition: StatusList.php:21