MediaWiki
REL1_40
SpecialExportGetExtraPagesHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Page\PageReference
;
6
14
interface
SpecialExportGetExtraPagesHook
{
24
public
function
onSpecialExportGetExtraPages
( array $inputPages, array &$extraPages );
25
}
MediaWiki\Hook\SpecialExportGetExtraPagesHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialExportGetExtraPagesHook.php:14
MediaWiki\Hook\SpecialExportGetExtraPagesHook\onSpecialExportGetExtraPages
onSpecialExportGetExtraPages(array $inputPages, array &$extraPages)
Add extra pages to the list of pages to export.
MediaWiki\Page\PageReference
Interface for objects (potentially) representing a page that can be viewable and linked to on a wiki.
Definition
PageReference.php:49
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
SpecialExportGetExtraPagesHook.php
Generated on Thu Jun 27 2024 14:04:16 for MediaWiki by
1.10.0