MediaWiki REL1_40
|
Interface that marks a DataUpdate as enqueuable via the JobQueue. More...
Inherited by MediaWiki\Deferred\LinksUpdate\LinksDeletionUpdate, and RefreshSecondaryDataUpdate.
Public Member Functions | |
getAsJobSpecification () | |
Interface that marks a DataUpdate as enqueuable via the JobQueue.
Such updates must be representable using IJobSpecification, so that they can be serialized into jobs and enqueued for later execution
Definition at line 12 of file EnqueueableDataUpdate.php.
EnqueueableDataUpdate::getAsJobSpecification | ( | ) |
Implemented in MediaWiki\Deferred\LinksUpdate\LinksDeletionUpdate, and RefreshSecondaryDataUpdate.