|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onAPIQueryGeneratorAfterExecute ( $module, $resultPageSet) | |
| This hook is called after calling the executeGenerator() method of an action=query submodule. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "APIQueryGeneratorAfterExecute" to register handlers implementing this interface.
Definition at line 15 of file APIQueryGeneratorAfterExecuteHook.php.
| MediaWiki\Api\Hook\APIQueryGeneratorAfterExecuteHook::onAPIQueryGeneratorAfterExecute | ( | $module, | |
| $resultPageSet ) |
This hook is called after calling the executeGenerator() method of an action=query submodule.
Use this hook to extend core API modules.
| ApiBase | $module | |
| ApiPageSet | $resultPageSet |
Implemented in MediaWiki\Api\ApiHookRunner.