|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (\Magento\Config\Model\Config $config, \Magento\Customer\Api\GroupRepositoryInterface $groupRepository) | |
| setDefaultCustomerGroup ($id) | |
System configuration operations for customer groups.
Definition at line 12 of file CustomerGroupConfig.php.
| __construct | ( | \Magento\Config\Model\Config | $config, |
| \Magento\Customer\Api\GroupRepositoryInterface | $groupRepository | ||
| ) |
| \Magento\Config\Model\Config | $config | |
| \Magento\Customer\Api\GroupRepositoryInterface | $groupRepository |
Definition at line 28 of file CustomerGroupConfig.php.
| setDefaultCustomerGroup | ( | $id | ) |
Set system default customer group.
| int | $id |
Implements CustomerGroupConfigInterface.
Definition at line 39 of file CustomerGroupConfig.php.