MediaWiki
master
ChangesListInsertArticleLinkHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\RecentChanges\Hook
;
4
5
use
MediaWiki\RecentChanges\ChangesList
;
6
use
MediaWiki\RecentChanges\RecentChange
;
7
15
interface
ChangesListInsertArticleLinkHook
{
29
public
function
onChangesListInsertArticleLink
( $changesList, &$articlelink,
30
&$s, $rc, $unpatrolled, $watched
31
);
32
}
33
35
class_alias( ChangesListInsertArticleLinkHook::class,
'MediaWiki\\Hook\\ChangesListInsertArticleLinkHook'
);
MediaWiki\RecentChanges\ChangesList
Base class for lists of recent changes shown on special pages.
Definition
ChangesList.php:51
MediaWiki\RecentChanges\RecentChange
Utility class for creating and reading rows in the recentchanges table.
Definition
RecentChange.php:91
MediaWiki\RecentChanges\Hook\ChangesListInsertArticleLinkHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ChangesListInsertArticleLinkHook.php:15
MediaWiki\RecentChanges\Hook\ChangesListInsertArticleLinkHook\onChangesListInsertArticleLink
onChangesListInsertArticleLink( $changesList, &$articlelink, &$s, $rc, $unpatrolled, $watched)
Use this hook to override or augment link to article in RC list.
MediaWiki\RecentChanges\Hook
Definition
ChangesListInitRowsHook.php:3
includes
RecentChanges
Hook
ChangesListInsertArticleLinkHook.php
Generated on Thu Jan 15 2026 01:26:32 for MediaWiki by
1.10.0