Searched refs:getLangOrDefault (Results 1 – 4 of 4) sorted by relevance
228 …"upsert" name="Create a page rule" class="button" value="' . $this->getLangOrDefault('AddNewRule',…243 echo(' <th>' . $this->getLangOrDefault('Priority', 'Priority') . '</th>');244 echo(' <th>' . $this->getLangOrDefault('Matcher', 'Matcher') . '</th>');245 echo(' <th>' . $this->getLangOrDefault('Target', 'Target') . '</th>');246 echo(' <th>' . $this->getLangOrDefault('NDate', 'Date') . '</th>');306 private function getLangOrDefault($id, $default) function in admin_plugin_combo_pagerules
50 $lang = $page->getLangOrDefault();
808 public function getLangOrDefault(): string function in ComboStrap\\MarkupPath
105 $pageLang = $page->getLangOrDefault();