Smalot\Magento\Customer\CustomerGroup::getGroupList PHP Method

getGroupList() public method

Retrieve the list of customer groups.
public getGroupList ( ) : Smalot\Magento\ActionInterface
return Smalot\Magento\ActionInterface
    public function getGroupList()
    {
        return $this->__createAction('customer_group.list', func_get_args());
    }
CustomerGroup