MediaWiki master
GetSecurityLogContextHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
13
30 public function onGetSecurityLogContext( array $info, array &$context ): void;
31
32}
This is a hook handler interface, see docs/Hooks.md.
onGetSecurityLogContext(array $info, array &$context)
This hook is called from WebRequest::getSecurityLogContext() to collect information about the request...