|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| getOptionLocales () | |
| getTranslatedOptionLocales () | |
Interface for classes that return array of locales.
Definition at line 11 of file OptionInterface.php.
| getOptionLocales | ( | ) |
Get array of deployed locales.
Function result has next format:
Implemented in Options, and TranslatedLists.
| getTranslatedOptionLocales | ( | ) |
Get array of deployed locales with translation.
Function result has next format:
Implemented in Options, and TranslatedLists.