MediaWiki master
DeleteUnknownPreferencesHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
32 public function onDeleteUnknownPreferences( &$where, $db );
33}
This is a hook handler interface, see docs/Hooks.md.
onDeleteUnknownPreferences(&$where, $db)
This hook is called by the cleanupPreferences.php maintenance script to build a WHERE clause with whi...
A database connection without write operations.