MediaWiki master
MediaWiki\User\ActorStoreFactory Class Reference

ActorStore factory for any wiki domain. More...

Public Member Functions

 __construct (ServiceOptions $options, private readonly ILBFactory $loadBalancerFactory, private readonly UserNameUtils $userNameUtils, private readonly TempUserConfig $tempUserConfig, private readonly LoggerInterface $logger, private readonly HideUserUtils $hideUserUtils,)
 
 getActorNormalization ( $wikiId=WikiAwareEntity::LOCAL)
 
 getActorNormalizationForImport ( $wikiId=WikiAwareEntity::LOCAL)
 
 getActorStore ( $wikiId=WikiAwareEntity::LOCAL)
 
 getActorStoreForImport ( $wikiId=WikiAwareEntity::LOCAL)
 
 getActorStoreForUndelete ( $wikiId=WikiAwareEntity::LOCAL)
 
 getUserIdentityLookup ( $wikiId=WikiAwareEntity::LOCAL)
 

Public Attributes

const CONSTRUCTOR_OPTIONS
 

Detailed Description

ActorStore factory for any wiki domain.

Since
1.36

Definition at line 24 of file ActorStoreFactory.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\User\ActorStoreFactory::__construct ( ServiceOptions $options,
private readonly ILBFactory $loadBalancerFactory,
private readonly UserNameUtils $userNameUtils,
private readonly TempUserConfig $tempUserConfig,
private readonly LoggerInterface $logger,
private readonly HideUserUtils $hideUserUtils )

Member Function Documentation

◆ getActorNormalization()

MediaWiki\User\ActorStoreFactory::getActorNormalization ( $wikiId = WikiAwareEntity::LOCAL)
Parameters
string | false$wikiId
Returns
ActorNormalization

Definition at line 58 of file ActorStoreFactory.php.

◆ getActorNormalizationForImport()

MediaWiki\User\ActorStoreFactory::getActorNormalizationForImport ( $wikiId = WikiAwareEntity::LOCAL)
Since
1.42
Parameters
string | false$wikiId
Returns
ActorNormalization

Definition at line 67 of file ActorStoreFactory.php.

◆ getActorStore()

MediaWiki\User\ActorStoreFactory::getActorStore ( $wikiId = WikiAwareEntity::LOCAL)
Parameters
string | false$wikiId
Returns
ActorStore

Definition at line 77 of file ActorStoreFactory.php.

◆ getActorStoreForImport()

MediaWiki\User\ActorStoreFactory::getActorStoreForImport ( $wikiId = WikiAwareEntity::LOCAL)
Since
1.42
Parameters
string | false$wikiId
Returns
ActorStore

Definition at line 86 of file ActorStoreFactory.php.

◆ getActorStoreForUndelete()

MediaWiki\User\ActorStoreFactory::getActorStoreForUndelete ( $wikiId = WikiAwareEntity::LOCAL)
Since
1.43
Parameters
string | false$wikiId
Returns
ActorStore

Definition at line 95 of file ActorStoreFactory.php.

◆ getUserIdentityLookup()

MediaWiki\User\ActorStoreFactory::getUserIdentityLookup ( $wikiId = WikiAwareEntity::LOCAL)
Parameters
string | false$wikiId
Returns
UserIdentityLookup

Definition at line 136 of file ActorStoreFactory.php.

Member Data Documentation

◆ CONSTRUCTOR_OPTIONS

const MediaWiki\User\ActorStoreFactory::CONSTRUCTOR_OPTIONS
Initial value:
= [
]
const SharedDB
Name constant for the SharedDB setting, for use with Config::get()
const SharedTables
Name constant for the SharedTables setting, for use with Config::get()
Access: internal

Definition at line 27 of file ActorStoreFactory.php.


The documentation for this class was generated from the following file: