Manual:Hooks/SearchableNamespaces
From MediaWiki.org
SearchableNamespaces | |
---|---|
Available from version 1.16.0 An option to modify which namespaces are searchable. |
|
Define function: |
public static function onSearchableNamespaces( $arr ) { ... } |
Attach hook: |
$wgHooks['SearchableNamespaces'][] = 'MyExtensionHooks::onSearchableNamespaces'; |
Called from: | File(s): SearchEngine.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:SearchableNamespaces extensions.
Details[edit | edit source]
- &$arr : Array of namespaces ($nsId => $name) which will be used.