Devise\Users\Groups\GroupsRepository::groupList PHP Method

groupList() public method

List all the groups
public groupList ( ) : array
return array
    public function groupList()
    {
        return $this->Group->lists('name', 'id')->all();
    }