MediaWiki
master
|
Interface that deferrable updates should implement. More...
Public Member Functions | |
doUpdate () | |
Perform the actual work. More... | |
Interface that deferrable updates should implement.
Basically required so we can validate input on DeferredUpdates::addUpdate()
Definition at line 11 of file DeferrableUpdate.php.
DeferrableUpdate::doUpdate | ( | ) |
Perform the actual work.
Implemented in MediaWiki\Storage\RevertedTagUpdate, UserEditCountUpdate, TransactionRoundDefiningUpdate, SiteStatsUpdate, SendPasswordResetEmailUpdate, SearchUpdate, RefreshSecondaryDataUpdate, MWCallableUpdate, MessageCacheUpdate, MediaWiki\Deferred\LinksUpdate\LinksUpdate, JobQueueEnqueueUpdate, HtmlFileCacheUpdate, CdnCacheUpdate, AutoCommitUpdate, and AtomicSectionUpdate.
Referenced by DeferredUpdates\attemptUpdate().