MediaWiki master
EnqueueableDataUpdate.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Deferred;
4
20 public function getAsJobSpecification();
21}
22
24class_alias( EnqueueableDataUpdate::class, 'EnqueueableDataUpdate' );
Interface that marks a DataUpdate as enqueuable via the JobQueue.