Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Directory\Helper\Data $data, ResourceConnection $resourceConnection) | |
addCountryRegions (AdapterInterface $adapter, array $data) | |
Definition at line 16 of file DataInstaller.php.
__construct | ( | \Magento\Directory\Helper\Data | $data, |
ResourceConnection | $resourceConnection | ||
) |
DatInstaller constructor.
\Magento\Directory\Helper\Data | $data | |
ResourceConnection | $resourceConnection |
Definition at line 33 of file DataInstaller.php.
addCountryRegions | ( | AdapterInterface | $adapter, |
array | $data | ||
) |
Add country-region data.
AdapterInterface | $adapter | |
array | $data |
Fill table directory/country_region Fill table directory/country_region_name for en_US locale
Upgrade core_config_data general/region/state_required field.
Definition at line 47 of file DataInstaller.php.