Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Dbautoup.php
Go to the documentation of this file.
1 <?php
8 
14 {
18  public function toOptionArray()
19  {
20  return [
21  [
23  'label' => __('Always (during development)')
24  ],
25  [
27  'label' => __('Only Once (version upgrade)')
28  ],
29  [
31  'label' => __('Never (production)')
32  ]
33  ];
34  }
35 }
__()
Definition: __.php:13