MediaWiki
REL1_40
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:40
RecentChange
Utility class for creating new RC entries.
Definition
RecentChange.php:84
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 Thu Jun 27 2024 14:02:27 for MediaWiki by
1.10.0