MediaWiki master
ImportHandleContentXMLTagHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
25 public function onImportHandleContentXMLTag( $reader, $contentInfo );
26}
XML file reader for the page data importer.
This is a hook handler interface, see docs/Hooks.md.
onImportHandleContentXMLTag( $reader, $contentInfo)
This hook is called when parsing a content XML tag.