MediaWiki master
MediaWiki\Hook\ImportHandleContentXMLTagHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onImportHandleContentXMLTag ( $reader, $contentInfo)
 This hook is called when parsing a content XML tag.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "ImportHandleContentXMLTag" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 of file ImportHandleContentXMLTagHook.php.

Member Function Documentation

◆ onImportHandleContentXMLTag()

MediaWiki\Hook\ImportHandleContentXMLTagHook::onImportHandleContentXMLTag ( $reader,
$contentInfo )

This hook is called when parsing a content XML tag.

Since
1.36
Parameters
WikiImporter$reader
array$contentInfo
Returns
bool|void True or no return value to continue, or false to stop further processing of the tag

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: