MediaWiki
master
ImportHandleContentXMLTagHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
WikiImporter
;
6
14
interface
ImportHandleContentXMLTagHook
{
25
public
function
onImportHandleContentXMLTag
( $reader, $contentInfo );
26
}
WikiImporter
XML file reader for the page data importer.
Definition
WikiImporter.php:66
MediaWiki\Hook\ImportHandleContentXMLTagHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ImportHandleContentXMLTagHook.php:14
MediaWiki\Hook\ImportHandleContentXMLTagHook\onImportHandleContentXMLTag
onImportHandleContentXMLTag( $reader, $contentInfo)
This hook is called when parsing a content XML tag.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
import
Hook
ImportHandleContentXMLTagHook.php
Generated on Mon Mar 17 2025 08:24:15 for MediaWiki by
1.10.0