34class_alias( AfterImportPageHook::class,
'MediaWiki\\Hook\\AfterImportPageHook' );
This is a hook handler interface, see docs/Hooks.md.
onAfterImportPage( $title, $foreignTitle, $revCount, $sRevCount, $pageInfo)
This hook is called when a page import is completed.