Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (CurlTransport $transport) | |
getList ($type=self::TYPE_ALL) | |
Data Fields | |
const | TYPE_ALL = 'all' |
const | TYPE_DEPLOYED = 'deployed' |
const | URL = 'dev/tests/functional/utils/locales.php' |
Returns array of locales depends on fetching type.
Definition at line 14 of file Locales.php.
__construct | ( | CurlTransport | $transport | ) |
CurlTransport | $transport | Curl transport protocol |
Definition at line 41 of file Locales.php.
getList | ( | $type = self::TYPE_ALL | ) |
Returns array of locales depends on fetching type.
string | $type | locales fetching type |
Definition at line 52 of file Locales.php.
const TYPE_ALL = 'all' |
Type key for fetching all configuration locales.
Definition at line 19 of file Locales.php.
const TYPE_DEPLOYED = 'deployed' |
Type key for fetching locales that have deployed static content.
Definition at line 24 of file Locales.php.
const URL = 'dev/tests/functional/utils/locales.php' |
Url to locales.php.
Definition at line 29 of file Locales.php.