Home
last modified time | relevance | path

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

/plugin/usersettings/
H A Daction.php600 if (!$this->isValidLangCode($preferred) || $preferred === $conf['lang']) {
674 return $this->isValidLangCode($preferred) ? $preferred : null;
685 protected function isValidLangCode($code) function in action_plugin_usersettings