ClearDirtyClassesJob
extends AbstractQueuedJob
in package
Class ClearDirtyClassesJob is the queued job version of the ClearDirtyClassesTask
Clean up any dirty classes in Solr due to objects not being updated properly
Table of Contents
Methods
- getTitle() : string
- Give this puppy a name
- process() : mixed
- Run the dirty class cleanup task from Queued Jobs
Methods
getTitle()
Give this puppy a name
public
getTitle() : string
Return values
string —Title of this job
process()
Run the dirty class cleanup task from Queued Jobs
public
process() : mixed