MediaWiki master
ImportHandleContentXMLTagHook.php
Go to the documentation of this file.
1<?php
2
4
6
25 public function onImportHandleContentXMLTag( $reader, $contentInfo );
26}
27
29class_alias( ImportHandleContentXMLTagHook::class, 'MediaWiki\\Hook\\ImportHandleContentXMLTagHook' );
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.