MediaWiki master
PrefixSearchExtractNamespaceHook.php
Go to the documentation of this file.
1<?php
2
4
25 public function onPrefixSearchExtractNamespace( &$namespaces, &$search );
26}
This is a hook handler interface, see docs/Hooks.md.
onPrefixSearchExtractNamespace(&$namespaces, &$search)
This hook is called if core was not able to extract a namespace from the search string so that extens...