Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
Locale
ListsInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Locale
;
7
12
interface
ListsInterface
extends
OptionInterface
13
{
19
public
function
getOptionTimezones
();
20
29
public
function
getOptionWeekdays
($preserveCodes =
false
, $ucFirstCode =
false
);
30
36
public
function
getOptionCountries
();
37
43
public
function
getOptionCurrencies
();
44
50
public
function
getOptionAllCurrencies
();
51
59
public
function
getCountryTranslation
(
$value
, $locale =
null
);
60
}
Magento\Framework\Locale\ListsInterface\getOptionTimezones
getOptionTimezones()
Magento\Framework\Locale\ListsInterface
Definition:
ListsInterface.php:12
Magento\Framework\Locale
Definition:
AvailableLocalesInterface.php:6
Magento\Framework\Locale\ListsInterface\getOptionCountries
getOptionCountries()
$value
$value
Definition:
gender.phtml:16
Magento\Framework\Locale\ListsInterface\getOptionAllCurrencies
getOptionAllCurrencies()
Magento\Framework\Locale\OptionInterface
Definition:
OptionInterface.php:11
Magento\Framework\Locale\ListsInterface\getOptionWeekdays
getOptionWeekdays($preserveCodes=false, $ucFirstCode=false)
Magento\Framework\Locale\ListsInterface\getCountryTranslation
getCountryTranslation($value, $locale=null)
Magento\Framework\Locale\ListsInterface\getOptionCurrencies
getOptionCurrencies()