< Manual:Hooks
PageMoveComplete | |
---|---|
Available from version 1.35.0 (Gerrit change 588128) After an article has been moved, post commit | |
Define function: | public static function onPageMoveComplete( MediaWiki\Linker\LinkTarget $old, MediaWiki\Linker\LinkTarget $new, MediaWiki\User\UserIdentity $userIdentity, int $pageid, int $redirid, string $reason, MediaWiki\Revision\RevisionRecord $revision ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"PageMoveComplete": "MyExtensionHooks::onPageMoveComplete"
}
}
|
Called from: | File(s): MovePage.php |
Interface: | PageMoveCompleteHook.php |
For more information about attaching hooks, see Manual:Hooks
For examples of extensions using this hook, see Category:PageMoveComplete extensions.
See also
- TitleMoveComplete: legacy hook, deprecated in favor of this one
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.