34use Psr\Log\LoggerInterface;
36use Wikimedia\Assert\Assert;
123 Assert::parameterType(
'string|boolean', $dbDomain,
'$dbDomain' );
126 $this->dbLoadBalancerFactory->getMainLB( $dbDomain ),
127 $this->blobStoreFactory->newSqlBlobStore( $dbDomain ),
130 $this->nameTables->getContentModels( $dbDomain ),
131 $this->nameTables->getSlotRoles( $dbDomain ),
132 $this->slotRoleRegistry,
133 $this->actorMigration,
134 $this->contentHandlerFactory,
135 $this->hookContainer,
139 $store->setLogger( $this->logger );
This class handles the logic for the actor table migration and should always be used in lieu of direc...
Multi-datacenter aware caching interface.