MediaWiki REL1_35
ApiQueryBaseProcessRowHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
6use stdClass;
7
28 public function onApiQueryBaseProcessRow( $module, $row, &$data, &$hookData );
29}
This is a base class for all Query modules.
onApiQueryBaseProcessRow( $module, $row, &$data, &$hookData)
This hook is called for (some) API query modules as each row of the database result is processed.