MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onAfterImportPage ( $title, $foreignTitle, $revCount, $sRevCount, $pageInfo) | |
This hook is called when a page import is completed. | |
Stable to implement.
Definition at line 12 of file AfterImportPageHook.php.
MediaWiki\Hook\AfterImportPageHook::onAfterImportPage | ( | $title, | |
$foreignTitle, | |||
$revCount, | |||
$sRevCount, | |||
$pageInfo | |||
) |
This hook is called when a page import is completed.
Title | $title | Title under which the revisions were imported |
ForeignTitle | $foreignTitle | ForeignTitle object based on data provided by the XML file |
int | $revCount | Number of revisions in the XML file |
int | $sRevCount | Number of successfully imported revisions |
array | $pageInfo | Associative array of page information |
Implemented in MediaWiki\HookContainer\HookRunner.