MediaWiki  master
DeleteUnknownPreferencesHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 
31  public function onDeleteUnknownPreferences( &$where, $db );
32 }
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...
Basic database interface for live and lazy-loaded relation database handles.
Definition: IDatabase.php:36