|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| isReadonly ($id) | |
| getDefaultGroup ($storeId=null) | |
| getNotLoggedInGroup () | |
| getLoggedInGroups () | |
| getAllCustomersGroup () | |
Interface for managing customer groups. @api
Definition at line 14 of file GroupManagementInterface.php.
| getAllCustomersGroup | ( | ) |
Get customer group representing all customers.
Implemented in GroupManagement.
| getDefaultGroup | ( | $storeId = null | ) |
Get default customer group.
| int | $storeId |
Implemented in GroupManagement.
| getLoggedInGroups | ( | ) |
Get all customer groups except group representing customers not logged in.
Implemented in GroupManagement.
| getNotLoggedInGroup | ( | ) |
Get customer group representing customers not logged in.
Implemented in GroupManagement.
| isReadonly | ( | $id | ) |
Check if customer group can be deleted.
| int | $id |