UserRepository
class UserRepository extends EntityRepository implements UserLoaderInterface
Repository for User Entity
Methods
                    findAll()
        
                                            
                
            Returns all the users in an array
                    findAllSearch(string $term)
        
                                            
                
            Returns all the users corresponding to the searched term in th email field
                    mixed
                
                
                    loadUserByUsername($email)
        
                                            
                
            Loads User
Details
        at         line 26
                            
    findAll()
        
    
    Returns all the users in an array
        at         line 38
                            
    findAllSearch(string $term)
        
    
    Returns all the users corresponding to the searched term in th email field
        at         line 53
                            mixed
    loadUserByUsername($email)
        
    
    Loads User