MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onChangesListInsertArticleLink ( $changesList, &$articlelink, &$s, $rc, $unpatrolled, $watched) | |
Use this hook to override or augment link to article in RC list. | |
Stable to implement.
Definition at line 12 of file ChangesListInsertArticleLinkHook.php.
MediaWiki\Hook\ChangesListInsertArticleLinkHook::onChangesListInsertArticleLink | ( | $changesList, | |
& | $articlelink, | ||
& | $s, | ||
$rc, | |||
$unpatrolled, | |||
$watched | |||
) |
Use this hook to override or augment link to article in RC list.
ChangesList | $changesList | |
string | &$articlelink | HTML of link to article (already filled-in) |
string | &$s | HTML of row that is being constructed |
RecentChange | $rc | |
bool | $unpatrolled | Whether or not we are showing unpatrolled changes |
bool | $watched | Whether or not the change is watched by the user |
Implemented in MediaWiki\HookContainer\HookRunner.