Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Strategy.php
Go to the documentation of this file.
1 <?php
7 
9 
11 {
15  public function toOptionArray()
16  {
17  return [
18  ['label' => __('Dictionary (Translation on Storefront side)'), 'value' => Config::DICTIONARY_STRATEGY],
19  ['label' => __('Embedded (Translation on Admin side)'), 'value' => Config::EMBEDDED_STRATEGY]
20  ];
21  }
22 }
__()
Definition: __.php:13