MediaWiki
master
UserToolLinksEditHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
12
interface
UserToolLinksEditHook
{
24
public
function
onUserToolLinksEdit
( $userId, $userText, &$items );
25
}
MediaWiki\Hook\UserToolLinksEditHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
UserToolLinksEditHook.php:12
MediaWiki\Hook
Definition:
ActionBeforeFormDisplayHook.php:3
MediaWiki\Hook\UserToolLinksEditHook\onUserToolLinksEdit
onUserToolLinksEdit( $userId, $userText, &$items)
This hook is called when generating a list of user tool links, e.g.
includes
Hook
UserToolLinksEditHook.php
Generated on Fri Feb 26 2021 15:08:46 for MediaWiki by
1.8.19