MediaWiki master
MediaWiki\Hook\SpecialLogAddLogSearchRelationsHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onSpecialLogAddLogSearchRelations ( $type, $request, &$qc)
 Use this hook to add log relations to the current log.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SpecialLogAddLogSearchRelations" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 of file SpecialLogAddLogSearchRelationsHook.php.

Member Function Documentation

◆ onSpecialLogAddLogSearchRelations()

MediaWiki\Hook\SpecialLogAddLogSearchRelationsHook::onSpecialLogAddLogSearchRelations ( $type,
$request,
& $qc )

Use this hook to add log relations to the current log.

Since
1.35
Parameters
string$typeString of the log type
WebRequest$requestWebRequest object for getting the value provided by the current user
array&$qcArray for query conditions to add
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: