MediaWiki
master
SpecialLogGetSubpagesForPrefixSearchHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Context\IContextSource
;
6
15
interface
SpecialLogGetSubpagesForPrefixSearchHook
{
29
public
function
onSpecialLogGetSubpagesForPrefixSearch
(
30
IContextSource
$context,
31
array &$subpages
32
): void;
33
}
MediaWiki\Context\IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:57
MediaWiki\Hook\SpecialLogGetSubpagesForPrefixSearchHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialLogGetSubpagesForPrefixSearchHook.php:15
MediaWiki\Hook\SpecialLogGetSubpagesForPrefixSearchHook\onSpecialLogGetSubpagesForPrefixSearch
onSpecialLogGetSubpagesForPrefixSearch(IContextSource $context, array &$subpages)
Hook for intercepting and changing the list of suggested log types when typing "Special:Log" in the s...
MediaWiki\Hook
Definition
AlternateEditHook.php:3
includes
Hook
SpecialLogGetSubpagesForPrefixSearchHook.php
Generated on Sun Feb 8 2026 14:24:39 for MediaWiki by
1.10.0