GroupRepositoryInterface
interface GroupRepositoryInterface
Group repository interface.
Methods
                    createGroup(array $properties = [])
        
                                            
                
            Creates and returns a group.
                    getByIdentifier(string|int $identifier)
        
                                            
                
            Gets a group by its identifier.
Details
        at         line 23
                            GroupEntityInterface
    createGroup(array $properties = [])
        
    
    Creates and returns a group.
        at         line 31
                            GroupEntityInterface
    getByIdentifier(string|int $identifier)
        
    
    Gets a group by its identifier.