MediaWiki master
ApiQueryBaseProcessRowHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
6use 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.