|
MediaWiki REL1_39
|
Factory service for RevisionStore instances. More...
Public Member Functions | |
| __construct (ILBFactory $dbLoadBalancerFactory, BlobStoreFactory $blobStoreFactory, NameTableStoreFactory $nameTables, SlotRoleRegistry $slotRoleRegistry, WANObjectCache $cache, BagOStuff $localCache, CommentStore $commentStore, ActorMigration $actorMigration, ActorStoreFactory $actorStoreFactory, LoggerInterface $logger, IContentHandlerFactory $contentHandlerFactory, PageStoreFactory $pageStoreFactory, TitleFactory $titleFactory, HookContainer $hookContainer) | |
| getRevisionStore ( $dbDomain=false) | |
Factory service for RevisionStore instances.
This allows RevisionStores to be created for cross-wiki access.
Definition at line 56 of file RevisionStoreFactory.php.
| MediaWiki\Revision\RevisionStoreFactory::__construct | ( | ILBFactory | $dbLoadBalancerFactory, |
| BlobStoreFactory | $blobStoreFactory, | ||
| NameTableStoreFactory | $nameTables, | ||
| SlotRoleRegistry | $slotRoleRegistry, | ||
| WANObjectCache | $cache, | ||
| BagOStuff | $localCache, | ||
| CommentStore | $commentStore, | ||
| ActorMigration | $actorMigration, | ||
| ActorStoreFactory | $actorStoreFactory, | ||
| LoggerInterface | $logger, | ||
| IContentHandlerFactory | $contentHandlerFactory, | ||
| PageStoreFactory | $pageStoreFactory, | ||
| TitleFactory | $titleFactory, | ||
| HookContainer | $hookContainer ) |
| ILBFactory | $dbLoadBalancerFactory | |
| BlobStoreFactory | $blobStoreFactory | |
| NameTableStoreFactory | $nameTables | |
| SlotRoleRegistry | $slotRoleRegistry | |
| WANObjectCache | $cache | |
| BagOStuff | $localCache | |
| CommentStore | $commentStore | |
| ActorMigration | $actorMigration | |
| ActorStoreFactory | $actorStoreFactory | |
| LoggerInterface | $logger | |
| IContentHandlerFactory | $contentHandlerFactory | |
| PageStoreFactory | $pageStoreFactory | |
| TitleFactory | $titleFactory | |
| HookContainer | $hookContainer |
Definition at line 109 of file RevisionStoreFactory.php.
References $cache.
| MediaWiki\Revision\RevisionStoreFactory::getRevisionStore | ( | $dbDomain = false | ) |
| false | string | $dbDomain | DB domain of the relevant wiki or false for the current one |
Definition at line 148 of file RevisionStoreFactory.php.