Home
last modified time | relevance | path

Searched defs:language_tag (Results 1 – 15 of 15) sorted by relevance

/webtrees/app/Module/
H A DBritishMonarchs.php54 public function historicEventsAll(string $language_tag): Collection
H A DAustrianHistoricEvents.php54 public function historicEventsAll(string $language_tag): Collection
H A DBritishSocialHistory.php55 public function historicEventsAll(string $language_tag): Collection
H A DDutchMonarchs.php55 public function historicEventsAll(string $language_tag): Collection
H A DAustrianPresidents.php55 public function historicEventsAll(string $language_tag): Collection
H A DDutchPrimeMinisters.php55 public function historicEventsAll(string $language_tag): Collection
H A DBritishPrimeMinisters.php55 public function historicEventsAll(string $language_tag): Collection
H A DLowCountriesRulers.php55 public function historicEventsAll(string $language_tag): Collection
H A DNewZealandPrimeMinisters.php55 public function historicEventsAll(string $language_tag): Collection
H A DUSPresidents.php55 public function historicEventsAll(string $language_tag): Collection
H A DCzechMonarchsAndPresidents.php55 public function historicEventsAll(string $language_tag): Collection
H A DFrenchHistory.php57 public function historicEventsAll(string $language_tag): Collection
H A DModuleHistoricEventsInterface.php34 public function historicEventsAll(string $language_tag): Collection;
H A DModuleHistoricEventsTrait.php38 public function historicEventsAll(string $language_tag): Collection
H A DModuleThemeTrait.php244 $language_tag = $active_locale->languageTag(); variable