|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onTitleMoveStarting ( $old, $nt, $user) | |
| This hook is called before moving an article (title), but just after the atomic DB section starts. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "TitleMoveStarting" to register handlers implementing this interface.
Definition at line 15 of file TitleMoveStartingHook.php.
| MediaWiki\Hook\TitleMoveStartingHook::onTitleMoveStarting | ( | $old, | |
| $nt, | |||
| $user ) |
This hook is called before moving an article (title), but just after the atomic DB section starts.
| Title | $old | Old title |
| Title | $nt | New title |
| User | $user | User who does the move |
Implemented in MediaWiki\HookContainer\HookRunner.