ValidatorInterface
interface ValidatorInterface implements ProcessorInterface (View source)
Methods
                    $this
                
                
                from 
ProcessorInterface
            
                    int
                
                
                    getValidationPriority()
        
                                            
                
            Get the priority of this validator.
                    bool
                
                
                    shouldValidate(ImportingFile $file, ImportOptions $options)
        
                                            
                
            Check if this validator should validate a file being imported.
Details
        
                            $this
    readConfiguration(Repository $config)
        
    
    Initialize the processor from the configured values.
        
                            int
    getValidationPriority()
        
    
    Get the priority of this validator.
        
                            bool
    shouldValidate(ImportingFile $file, ImportOptions $options)
        
    
    Check if this validator should validate a file being imported.
        
                            
    validate(ImportingFile $file, ImportOptions $options)
        
    
    Validate a file being imported.