MediaWiki
master
SpecialLogAddLogSearchRelationsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Request\WebRequest
;
6
14
interface
SpecialLogAddLogSearchRelationsHook
{
25
public
function
onSpecialLogAddLogSearchRelations
( $type, $request, &$qc );
26
}
MediaWiki\Request\WebRequest
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form,...
Definition
WebRequest.php:51
MediaWiki\Hook\SpecialLogAddLogSearchRelationsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialLogAddLogSearchRelationsHook.php:14
MediaWiki\Hook\SpecialLogAddLogSearchRelationsHook\onSpecialLogAddLogSearchRelations
onSpecialLogAddLogSearchRelations( $type, $request, &$qc)
Use this hook to add log relations to the current log.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
SpecialLogAddLogSearchRelationsHook.php
Generated on Sat Dec 7 2024 01:25:54 for MediaWiki by
1.10.0