MediaWiki REL1_39
SpecialExportGetExtraPagesHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
24 public function onSpecialExportGetExtraPages( array $inputPages, array &$extraPages );
25}
This is a hook handler interface, see docs/Hooks.md.
onSpecialExportGetExtraPages(array $inputPages, array &$extraPages)
Add extra pages to the list of pages to export.
Interface for objects (potentially) representing a page that can be viewable and linked to on a wiki.