MediaWiki REL1_35
DeleteUnknownPreferencesHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
28 public function onDeleteUnknownPreferences( &$where, $db );
29}
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:38