MediaWiki
master
SpecialExportGetExtraPagesHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
5
use
MediaWiki\Page\PageReference
;
6
14
interface
SpecialExportGetExtraPagesHook
{
24
public
function
onSpecialExportGetExtraPages
( array $inputPages, array &$extraPages );
25
}
26
28
class_alias( SpecialExportGetExtraPagesHook::class,
'MediaWiki\\Hook\\SpecialExportGetExtraPagesHook'
);
MediaWiki\Page\PageReference
Interface for objects (potentially) representing a page that can be viewable and linked to on a wiki.
Definition
PageReference.php:38
MediaWiki\Specials\Hook\SpecialExportGetExtraPagesHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialExportGetExtraPagesHook.php:14
MediaWiki\Specials\Hook\SpecialExportGetExtraPagesHook\onSpecialExportGetExtraPages
onSpecialExportGetExtraPages(array $inputPages, array &$extraPages)
Add extra pages to the list of pages to export.
MediaWiki\Specials\Hook
Definition
AncientPagesQueryHook.php:3
includes
Specials
Hook
SpecialExportGetExtraPagesHook.php
Generated on Thu Jan 22 2026 00:27:24 for MediaWiki by
1.10.0