MediaWiki
REL1_35
ChangesListInsertArticleLinkHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
ChangesList
;
6
use
RecentChange
;
7
12
interface
ChangesListInsertArticleLinkHook
{
26
public
function
onChangesListInsertArticleLink
( $changesList, &$articlelink,
27
&
$s
, $rc, $unpatrolled, $watched
28
);
29
}
ChangesList
Definition
ChangesList.php:34
RecentChange
Utility class for creating new RC entries.
Definition
RecentChange.php:72
MediaWiki\Hook\ChangesListInsertArticleLinkHook
Stable to implement.
Definition
ChangesListInsertArticleLinkHook.php:12
MediaWiki\Hook\ChangesListInsertArticleLinkHook\onChangesListInsertArticleLink
onChangesListInsertArticleLink( $changesList, &$articlelink, &$s, $rc, $unpatrolled, $watched)
Use this hook to override or augment link to article in RC list.
$s
$s
Definition
mergeMessageFileList.php:185
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
changes
Hook
ChangesListInsertArticleLinkHook.php
Generated on Sat Apr 6 2024 00:07:00 for MediaWiki by
1.9.8