|
MediaWiki master
|
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onGetActionName (IContextSource $context, string &$action) | |
| Use this hook to override the action name depending on request parameters. | |
Definition at line 11 of file GetActionNameHook.php.
| MediaWiki\Actions\Hook\GetActionNameHook::onGetActionName | ( | IContextSource | $context, |
| string & | $action ) |
Use this hook to override the action name depending on request parameters.
| IContextSource | $context | Request context |
| string | &$action | Default action name, reassign to change it |
Implemented in MediaWiki\HookContainer\HookRunner.