MediaWiki master
EnhancedChangesListModifyBlockLineDataHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
27 public function onEnhancedChangesListModifyBlockLineData( $changesList, &$data,
28 $rc
29 );
30}
Generate a list of changes using an Enhanced system (uses javascript).
Utility class for creating and reading rows in the recentchanges table.
onEnhancedChangesListModifyBlockLineData( $changesList, &$data, $rc)
Use this hook to alter data used to build a non-grouped recent change line in EnhancedChangesList.