MediaWiki master
SpecialRecentChangesPanelHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
24 public function onSpecialRecentChangesPanel( &$extraOpts, $opts );
25}
Helper class to keep track of options when mixing links and form elements.
This is a hook handler interface, see docs/Hooks.md.
onSpecialRecentChangesPanel(&$extraOpts, $opts)
This hook is called when building form options in SpecialRecentChanges.