MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onImportHandleContentXMLTag ( $reader, $contentInfo) | |
This hook is called when parsing a content XML tag. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ImportHandleContentXMLTag" to register handlers implementing this interface.
Definition at line 14 of file ImportHandleContentXMLTagHook.php.
MediaWiki\Hook\ImportHandleContentXMLTagHook::onImportHandleContentXMLTag | ( | $reader, | |
$contentInfo ) |
This hook is called when parsing a content XML tag.
WikiImporter | $reader | |
array | $contentInfo |
Implemented in MediaWiki\HookContainer\HookRunner.