Home
last modified time | relevance | path

Searched refs:getNsFromConfig (Results 1 – 2 of 2) sorted by relevance

/plugin/searchns/
Dhelper.php25 $this->ns = $this->getNsFromConfig();
33 public function getNsFromConfig() function in helper_plugin_searchns
138 $namespaces = array_filter($this->getNsFromConfig());
Daction.php105 $namespaces = $helper->getNsFromConfig();
158 $labels = array_keys($helper->getNsFromConfig() + [$this->getLang('other label') => '']);