MediaWiki master
ApiCheckCanExecuteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
9
41 public function onApiCheckCanExecute( $module, $user, &$message );
42}
This abstract class implements many basic API functions, and is the base of all API classes.
Definition ApiBase.php:76
User class for the MediaWiki software.
Definition User.php:119
This is a hook handler interface, see docs/Hooks.md.
onApiCheckCanExecute( $module, $user, &$message)
This hook is called during ApiMain::checkExecutePermissions.
This is a hook handler interface, see docs/Hooks.md.