MediaWiki  master
ChangesListSpecialPageQueryHook.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
36  public function onChangesListSpecialPageQuery( $name, &$tables, &$fields,
37  &$conds, &$query_options, &$join_conds, $opts
38  );
39 }
Helper class to keep track of options when mixing links and form elements.
Definition: FormOptions.php:41
This is a hook handler interface, see docs/Hooks.md.
onChangesListSpecialPageQuery( $name, &$tables, &$fields, &$conds, &$query_options, &$join_conds, $opts)
This hook is called when building an SQL query on pages inheriting from ChangesListSpecialPage (in co...