MediaWiki
master
GetSecurityLogContextHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
12
interface
GetSecurityLogContextHook
{
13
30
public
function
onGetSecurityLogContext
( array $info, array &$context ): void;
31
32
}
MediaWiki\Hook\GetSecurityLogContextHook
This is a hook handler interface, see docs/Hooks.md.
Definition
GetSecurityLogContextHook.php:12
MediaWiki\Hook\GetSecurityLogContextHook\onGetSecurityLogContext
onGetSecurityLogContext(array $info, array &$context)
This hook is called from WebRequest::getSecurityLogContext() to collect information about the request...
MediaWiki\Hook
Definition
Collation__factoryHook.php:3
includes
Hook
GetSecurityLogContextHook.php
Generated on Fri Nov 14 2025 01:25:05 for MediaWiki by
1.10.0