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

Public Member Functions | |
| onSpecialExportGetExtraPages (array $inputPages, array &$extraPages) | |
| Add extra pages to the list of pages to export. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialExportGetExtraPages" to register handlers implementing this interface.
Definition at line 14 of file SpecialExportGetExtraPagesHook.php.
| MediaWiki\Hook\SpecialExportGetExtraPagesHook::onSpecialExportGetExtraPages | ( | array | $inputPages, |
| array & | $extraPages ) |
Add extra pages to the list of pages to export.
| string[] | $inputPages | List of page titles to export |
| PageReference[] | &$extraPages | List of extra page titles |