MediaWiki master
ImportSourcesHook.php
Go to the documentation of this file.
1<?php
2
4
24 public function onImportSources( &$importSources );
25}
26
28class_alias( ImportSourcesHook::class, 'MediaWiki\\Hook\\ImportSourcesHook' );
This is a hook handler interface, see docs/Hooks.md.
onImportSources(&$importSources)
This hook is called when reading from the $wgImportSources configuration variable.