ClearErrorsTask
        
        extends BuildTask
    
    
            
            in package
            
        
    
    
    
Class ClearErrorsTask
Clear out errors from the database to declutter the CMS.
Table of Contents
Properties
- $description : string
 - $title : string
 - $segment : string
 
Methods
- run() : mixed
 - Run the truncate of the SolrLog table
 
Properties
$description
    protected
        string
    $description
     = 'Remove all errors in the database that are related to Solr indexing/configuring etc.'
    
        Description
$title
    protected
        string
    $title
     = 'Clear out all errors from Solr in the database'
    
        Title
$segment
    private
    static    string
    $segment
     = 'SolrClearErrorsTask'
    
        URLSegment
Methods
run()
Run the truncate of the SolrLog table
    public
                    run(mixed $request) : mixed
    Parameters
- $request : mixed