MediaWiki REL1_35
ApiQueryBaseBeforeQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
6
32 public function onApiQueryBaseBeforeQuery( $module, &$tables, &$fields,
33 &$conds, &$query_options, &$join_conds, &$hookData
34 );
35}
This is a base class for all Query modules.
onApiQueryBaseBeforeQuery( $module, &$tables, &$fields, &$conds, &$query_options, &$join_conds, &$hookData)
This hook is called for (some) API query modules before a database query is made.