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