|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onImportHandleRevisionXMLTag ( $reader, $pageInfo, $revisionInfo) | |
| This hook is called when parsing an XML tag in a page revision. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ImportHandleRevisionXMLTag" to register handlers implementing this interface.
Definition at line 14 of file ImportHandleRevisionXMLTagHook.php.
| MediaWiki\Hook\ImportHandleRevisionXMLTagHook::onImportHandleRevisionXMLTag | ( | $reader, | |
| $pageInfo, | |||
| $revisionInfo ) |
This hook is called when parsing an XML tag in a page revision.
| WikiImporter | $reader | |
| array | $pageInfo | Array of page information |
| array | $revisionInfo | Array of revision information |
Implemented in MediaWiki\HookContainer\HookRunner.