MediaWiki REL1_35
MediaWiki\Hook\SpecialLogAddLogSearchRelationsHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\SpecialLogAddLogSearchRelationsHook:

Public Member Functions

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

Detailed Description

Stable to implement.

Definition at line 11 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: