MediaWiki
master
ChangesListInsertArticleLinkHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
ChangesList
;
6
use
RecentChange
;
7
15
interface
ChangesListInsertArticleLinkHook
{
29
public
function
onChangesListInsertArticleLink
( $changesList, &$articlelink,
30
&$s, $rc, $unpatrolled, $watched
31
);
32
}
ChangesList
Definition:
ChangesList.php:44
RecentChange
Utility class for creating new RC entries.
Definition:
RecentChange.php:88
MediaWiki\Hook\ChangesListInsertArticleLinkHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
ChangesListInsertArticleLinkHook.php:15
MediaWiki\Hook\ChangesListInsertArticleLinkHook\onChangesListInsertArticleLink
onChangesListInsertArticleLink( $changesList, &$articlelink, &$s, $rc, $unpatrolled, $watched)
Use this hook to override or augment link to article in RC list.
MediaWiki\Hook
Definition:
ActionBeforeFormDisplayHook.php:3
includes
changes
Hook
ChangesListInsertArticleLinkHook.php
Generated on Tue Sep 26 2023 21:08:17 for MediaWiki by
1.9.1