MediaWiki
1.34.0
|
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 9 of file DeferrableUpdate.php.
DeferrableUpdate::doUpdate | ( | ) |
Perform the actual work.
Implemented in LinksUpdate, SiteStatsUpdate, CdnCacheUpdate, UserEditCountUpdate, JobQueueEnqueueUpdate, MessageCacheUpdate, HTMLCacheUpdate, WANCacheReapUpdate, GadgetDefinitionDeletionUpdate, GadgetDefinitionSecondaryDataUpdate, AtomicSectionUpdate, AutoCommitUpdate, MWCallableUpdate, and TransactionRoundDefiningUpdate.
Referenced by DeferredUpdates\attemptUpdate().