MediaWiki master
ApiBeforeMainHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use ApiMain;
6
23 public function onApiBeforeMain( &$main );
24}
This is the main API class, used for both external and internal processing.
Definition ApiMain.php:65
This is a hook handler interface, see docs/Hooks.md.
onApiBeforeMain(&$main)
This hook is called before calling ApiMain's execute() method in api.php.