MediaWiki
REL1_37
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:35
RecentChange
Utility class for creating new RC entries.
Definition
RecentChange.php:80
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.
$s
foreach( $mmfl['setupFiles'] as $fileName) if($queue) if(empty( $mmfl['quiet'])) $s
Definition
mergeMessageFileList.php:206
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
changes
Hook
ChangesListInsertArticleLinkHook.php
Generated on Fri Apr 5 2024 23:40:06 for MediaWiki by
1.9.8