MediaWiki master
ApiLogFeatureUsageHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
24 public function onApiLogFeatureUsage( $feature, array $clientInfo ): void;
25}
This is a hook handler interface, see docs/Hooks.md.
onApiLogFeatureUsage( $feature, array $clientInfo)
This hook is called after calling the logFeatureUsage() method of an API module.