| EnhancedChangesListModifyLineData | |
|---|---|
| Available fromversion 1.26.0 Modify data used to build a grouped recent change inner line in Special:RecentChanges | |
| Define function: | publicstaticfunctiononEnhancedChangesListModifyLineData($changesList,&$data,$block,$rc){...} |
| Attach hook: | Inextension.json:{"Hooks":{"EnhancedChangesListModifyLineData":"MediaWiki\\Extension\\MyExtension\\Hooks::onEnhancedChangesListModifyLineData"}} |
| Called from: | File(s):changes/EnhancedChangesList.php Function(s):getLineData |
| Interface: | EnhancedChangesListModifyLineDataHook.php |
For more information about attaching hooks, seeManual:Hooks.
For examples of extensions using this hook, seeCategory:EnhancedChangesListModifyLineData extensions.
Allows extensions to modify the data used to build a grouped recent change inner line in Special:RecentChanges
<tr> element. Currently only data attributes reserved to MediaWiki are allowed.1.30+