MediaWiki REL1_37
|
This is the complete list of members for MovePage, including all inherited members.
$collationFactory | MovePage | |
$contentHandlerFactory | MovePage | private |
$hookRunner | MovePage | private |
$loadBalancer | MovePage | protected |
$movePageFactory | MovePage | private |
$newTitle | MovePage | protected |
$nsInfo | MovePage | protected |
$oldTitle | MovePage | protected |
$options | MovePage | protected |
$repoGroup | MovePage | protected |
$revisionStore | MovePage | private |
$spamChecker | MovePage | private |
$userEditTracker | MovePage | private |
$userFactory | MovePage | private |
$watchedItems | MovePage | protected |
$wikiPageFactory | MovePage | private |
__construct(Title $oldTitle, Title $newTitle, ServiceOptions $options=null, ILoadBalancer $loadBalancer=null, NamespaceInfo $nsInfo=null, WatchedItemStoreInterface $watchedItems=null, RepoGroup $repoGroup=null, IContentHandlerFactory $contentHandlerFactory=null, RevisionStore $revisionStore=null, SpamChecker $spamChecker=null, HookContainer $hookContainer=null, WikiPageFactory $wikiPageFactory=null, UserFactory $userFactory=null, UserEditTracker $userEditTracker=null, MovePageFactory $movePageFactory=null, CollationFactory $collationFactory=null) | MovePage | |
authorizeInternal(callable $authorizer, Authority $performer, ?string $reason) | MovePage | private |
authorizeMove(Authority $performer, string $reason=null) | MovePage | |
checkPermissions(Authority $performer, $reason) | MovePage | |
CONSTRUCTOR_OPTIONS | MovePage | |
isValidFileMove() | MovePage | protected |
isValidMove() | MovePage | |
isValidMoveTarget() | MovePage | protected |
move(UserIdentity $user, $reason=null, $createRedirect=true, array $changeTags=[]) | MovePage | |
moveFile( $oldTitle, $newTitle) | MovePage | private |
moveIfAllowed(Authority $performer, $reason=null, $createRedirect=true, array $changeTags=[]) | MovePage | |
moveSubpages(UserIdentity $user, $reason=null, $createRedirect=true, array $changeTags=[]) | MovePage | |
moveSubpagesIfAllowed(Authority $performer, $reason=null, $createRedirect=true, array $changeTags=[]) | MovePage | |
moveSubpagesInternal(callable $subpageMoveCallback) | MovePage | private |
moveToInternal(UserIdentity $user, &$nt, $reason='', $createRedirect=true, array $changeTags=[]) | MovePage | private |
moveUnsafe(UserIdentity $user, $reason, $createRedirect, array $changeTags) | MovePage | private |
probablyCanMove(Authority $performer, string $reason=null) | MovePage |