MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSpecialLogAddLogSearchRelations ( $type, $request, &$qc) | |
Use this hook to add log relations to the current log. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialLogAddLogSearchRelations" to register handlers implementing this interface.
Definition at line 14 of file SpecialLogAddLogSearchRelationsHook.php.
MediaWiki\Hook\SpecialLogAddLogSearchRelationsHook::onSpecialLogAddLogSearchRelations | ( | $type, | |
$request, | |||
& | $qc ) |
Use this hook to add log relations to the current log.
string | $type | String of the log type |
WebRequest | $request | WebRequest object for getting the value provided by the current user |
array | &$qc | Array for query conditions to add |
Implemented in MediaWiki\HookContainer\HookRunner.