MediaWiki
master
SpecialLogAddLogSearchRelationsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
5
use
MediaWiki\Request\WebRequest
;
6
14
interface
SpecialLogAddLogSearchRelationsHook
{
25
public
function
onSpecialLogAddLogSearchRelations
( $type, $request, &$qc );
26
}
27
29
class_alias( SpecialLogAddLogSearchRelationsHook::class,
'MediaWiki\\Hook\\SpecialLogAddLogSearchRelationsHook'
);
MediaWiki\Request\WebRequest
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form,...
Definition
WebRequest.php:40
MediaWiki\Specials\Hook\SpecialLogAddLogSearchRelationsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialLogAddLogSearchRelationsHook.php:14
MediaWiki\Specials\Hook\SpecialLogAddLogSearchRelationsHook\onSpecialLogAddLogSearchRelations
onSpecialLogAddLogSearchRelations( $type, $request, &$qc)
Use this hook to add log relations to the current log.
MediaWiki\Specials\Hook
Definition
AncientPagesQueryHook.php:3
includes
Specials
Hook
SpecialLogAddLogSearchRelationsHook.php
Generated on Fri Jan 16 2026 23:27:29 for MediaWiki by
1.10.0