MediaWiki  master
ApiQueryBaseProcessRowHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Api\Hook;
4 
5 use ApiQueryBase;
6 use stdClass;
7 
31  public function onApiQueryBaseProcessRow( $module, $row, &$data, &$hookData );
32 }
This is a base class for all Query modules.
This is a hook handler interface, see docs/Hooks.md.
onApiQueryBaseProcessRow( $module, $row, &$data, &$hookData)
This hook is called for (some) API query modules as each row of the database result is processed.