MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\Api\ApiHookRunner.
Public Member Functions | |
onApiLogFeatureUsage ( $feature, array $clientInfo) | |
This hook is called after calling the logFeatureUsage() method of an API module. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ApiLogFeatureUsage" to register handlers implementing this interface.
Definition at line 12 of file ApiLogFeatureUsageHook.php.
MediaWiki\Api\Hook\ApiLogFeatureUsageHook::onApiLogFeatureUsage | ( | $feature, | |
array | $clientInfo ) |
This hook is called after calling the logFeatureUsage() method of an API module.
Use this hook to extend core API modules.
string | $feature | |
array<string,mixed> | $clientInfo |
Implemented in MediaWiki\Api\ApiHookRunner.