MediaWiki REL1_35
MediaWiki\Hook\ChangesListInsertArticleLinkHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\ChangesListInsertArticleLinkHook:

Public Member Functions

 onChangesListInsertArticleLink ( $changesList, &$articlelink, &$s, $rc, $unpatrolled, $watched)
 Use this hook to override or augment link to article in RC list.
 

Detailed Description

Stable to implement.

Definition at line 12 of file ChangesListInsertArticleLinkHook.php.

Member Function Documentation

◆ onChangesListInsertArticleLink()

MediaWiki\Hook\ChangesListInsertArticleLinkHook::onChangesListInsertArticleLink (   $changesList,
$articlelink,
$s,
  $rc,
  $unpatrolled,
  $watched 
)

Use this hook to override or augment link to article in RC list.

Since
1.35
Parameters
ChangesList$changesList
string&$articlelinkHTML of link to article (already filled-in)
string&$sHTML of row that is being constructed
RecentChange$rc
bool$unpatrolledWhether or not we are showing unpatrolled changes
bool$watchedWhether or not the change is watched by the user
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: