WikibaseLexeme
MediaWiki WikibaseLexeme extension
|
Special page for merging one lexeme into another. More...
Public Member Functions | |
__construct (array $tags, MergeLexemesInteractor $mergeInteractor, TokenCheckInteractor $tokenCheckInteractor, EntityTitleLookup $titleLookup, ExceptionLocalizer $exceptionLocalizer, PermissionManager $permissionManager, AnonymousEditWarningBuilder $anonymousEditWarningBuilder) | |
execute ( $subPage) | |
setHeaders () | |
getDescription () | |
Static Public Member Functions | |
static | factory (PermissionManager $permissionManager, AnonymousEditWarningBuilder $anonymousEditWarningBuilder, EntityTitleLookup $entityTitleLookup, ExceptionLocalizer $exceptionLocalizer, SettingsArray $repoSettings, TokenCheckInteractor $tokenCheckInteractor, MergeLexemesInteractor $mergeLexemesInteractor) |
Protected Member Functions | |
getGroupName () | |
showErrorHTML ( $error) | |
Private Member Functions | |
checkBlocked () | |
showMergeForm () | |
getFormElements () | |
anonymousEditWarning () | |
mergeLexemes (LexemeId $sourceId, LexemeId $targetId) | |
getTextParam (string $name) | |
getLexemeId (string $idSerialization) | |
showSuccessMessage (LexemeId $sourceId, LexemeId $targetId) | |
showInvalidLexemeIdError ( $id) | |
Private Attributes | |
const | FROM_ID = 'from-id' |
const | TO_ID = 'to-id' |
const | SUCCESS = 'success' |
array | $tags |
MergeLexemesInteractor | $mergeInteractor |
TokenCheckInteractor | $tokenCheckInteractor |
EntityTitleLookup | $titleLookup |
ExceptionLocalizer | $exceptionLocalizer |
PermissionManager | $permissionManager |
AnonymousEditWarningBuilder | $anonymousEditWarningBuilder |
Special page for merging one lexeme into another.
Wikibase\Lexeme\MediaWiki\Specials\SpecialMergeLexemes::__construct | ( | array | $tags, |
MergeLexemesInteractor | $mergeInteractor, | ||
TokenCheckInteractor | $tokenCheckInteractor, | ||
EntityTitleLookup | $titleLookup, | ||
ExceptionLocalizer | $exceptionLocalizer, | ||
PermissionManager | $permissionManager, | ||
AnonymousEditWarningBuilder | $anonymousEditWarningBuilder ) |
|
private |
|
private |
Wikibase\Lexeme\MediaWiki\Specials\SpecialMergeLexemes::execute | ( | $subPage | ) |
|
static |
Wikibase\Lexeme\MediaWiki\Specials\SpecialMergeLexemes::getDescription | ( | ) |
|
private |
|
protected |
|
private |
string | $idSerialization |
|
private |
|
private |
Wikibase\Lexeme\MediaWiki\Specials\SpecialMergeLexemes::setHeaders | ( | ) |
|
protected |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |