MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onEnhancedChangesListModifyBlockLineData ( $changesList, &$data, $rc) | |
Use this hook to alter data used to build a non-grouped recent change line in EnhancedChangesList. | |
Stable to implement.
Definition at line 12 of file EnhancedChangesListModifyBlockLineDataHook.php.
MediaWiki\Hook\EnhancedChangesListModifyBlockLineDataHook::onEnhancedChangesListModifyBlockLineData | ( | $changesList, | |
& | $data, | ||
$rc | |||
) |
Use this hook to alter data used to build a non-grouped recent change line in EnhancedChangesList.
EnhancedChangesList | $changesList | |
array | &$data | Array of components that will be joined in order to create the line |
RecentChange | $rc | RecentChange object for this line |
Implemented in MediaWiki\HookContainer\HookRunner.