MediaWiki master
moveBatch.php File Reference

Move a batch of pages. More...

Go to the source code of this file.

Classes

class  MoveBatch
 Maintenance script to move a batch of pages. More...
 

Variables

 $maintClass = MoveBatch::class
 

Detailed Description

Move a batch of pages.

Note
GPL-2.0-or-later
Author
Tim Starling

This will print out error codes from Title::moveTo() if something goes wrong, e.g. immobile_namespace for namespaces which can't be moved

Definition in file moveBatch.php.

Variable Documentation

◆ $maintClass

$maintClass = MoveBatch::class

Definition at line 109 of file moveBatch.php.