MediaWiki master
EnhancedChangesListModifyLineDataHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
33 public function onEnhancedChangesListModifyLineData( $changesList, &$data,
34 $block, $rc, &$classes, &$attribs
35 );
36}
Generate a list of changes using an Enhanced system (uses javascript).
Utility class for creating and reading rows in the recentchanges table.
onEnhancedChangesListModifyLineData( $changesList, &$data, $block, $rc, &$classes, &$attribs)
Use this hook to alter data used to build a grouped recent change inner line in EnhancedChangesList.