MediaWiki master
MediaWiki\Hook\SpecialExportGetExtraPagesHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onSpecialExportGetExtraPages (array $inputPages, array &$extraPages)
 Add extra pages to the list of pages to export.
 

Detailed Description

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

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

Stability: stable
to implement

Definition at line 14 of file SpecialExportGetExtraPagesHook.php.

Member Function Documentation

◆ onSpecialExportGetExtraPages()

MediaWiki\Hook\SpecialExportGetExtraPagesHook::onSpecialExportGetExtraPages ( array $inputPages,
array & $extraPages )

Add extra pages to the list of pages to export.

Since
1.38
Parameters
string[]$inputPagesList of page titles to export
PageReference[]&$extraPagesList of extra page titles
Returns
bool|void True or no return value to continue or false to abort

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