MediaWiki
1.34.0
|
This is the complete list of members for MovePage, including all inherited members.
$loadBalancer | MovePage | protected |
$newTitle | MovePage | protected |
$nsInfo | MovePage | protected |
$oldTitle | MovePage | protected |
$options | MovePage | protected |
$permMgr | MovePage | protected |
$repoGroup | MovePage | protected |
$watchedItems | MovePage | protected |
__construct(Title $oldTitle, Title $newTitle, ServiceOptions $options=null, ILoadBalancer $loadBalancer=null, NamespaceInfo $nsInfo=null, WatchedItemStoreInterface $watchedItems=null, PermissionManager $permMgr=null, RepoGroup $repoGroup=null) | MovePage | |
checkPermissions(User $user, $reason) | MovePage | |
isValidFileMove() | MovePage | protected |
isValidMove() | MovePage | |
isValidMoveTarget() | MovePage | protected |
move(User $user, $reason=null, $createRedirect=true, array $changeTags=[]) | MovePage | |
moveFile( $oldTitle, $newTitle) | MovePage | private |
moveIfAllowed(User $user, $reason=null, $createRedirect=true, array $changeTags=[]) | MovePage | |
moveSubpages(User $user, $reason=null, $createRedirect=true, array $changeTags=[]) | MovePage | |
moveSubpagesIfAllowed(User $user, $reason=null, $createRedirect=true, array $changeTags=[]) | MovePage | |
moveSubpagesInternal( $checkPermissions, User $user, $reason, $createRedirect, array $changeTags) | MovePage | private |
moveToInternal(User $user, &$nt, $reason='', $createRedirect=true, array $changeTags=[]) | MovePage | private |
moveUnsafe(User $user, $reason, $createRedirect, array $changeTags) | MovePage | private |