/webtrees/app/Module/ |
H A D | ModuleThemeTrait.php | 244 $language_tag = $active_locale->languageTag(); variable 245 …$class = 'menu-language-' . $language_tag . (I18N::languageTag() === $language_tag ? ' acti… 247 'data-wt-post-url' => route(SelectLanguage::class, ['language' => $language_tag]),
|
H A D | BritishMonarchs.php | 54 public function historicEventsAll(string $language_tag): Collection argument 56 switch ($language_tag) {
|
H A D | AustrianHistoricEvents.php | 54 public function historicEventsAll(string $language_tag): Collection argument 56 switch ($language_tag) {
|
H A D | BritishSocialHistory.php | 55 public function historicEventsAll(string $language_tag): Collection argument 57 switch ($language_tag) {
|
H A D | DutchMonarchs.php | 55 public function historicEventsAll(string $language_tag): Collection argument 57 switch ($language_tag) {
|
H A D | AustrianPresidents.php | 55 public function historicEventsAll(string $language_tag): Collection argument 57 switch ($language_tag) {
|
H A D | DutchPrimeMinisters.php | 55 public function historicEventsAll(string $language_tag): Collection argument 57 switch ($language_tag) {
|
H A D | BritishPrimeMinisters.php | 55 public function historicEventsAll(string $language_tag): Collection argument 57 switch ($language_tag) {
|
H A D | LowCountriesRulers.php | 55 public function historicEventsAll(string $language_tag): Collection argument 57 switch ($language_tag) {
|
H A D | NewZealandPrimeMinisters.php | 55 public function historicEventsAll(string $language_tag): Collection argument 57 switch ($language_tag) {
|
H A D | USPresidents.php | 55 public function historicEventsAll(string $language_tag): Collection argument 57 switch ($language_tag) {
|
H A D | CzechMonarchsAndPresidents.php | 55 public function historicEventsAll(string $language_tag): Collection argument 57 switch ($language_tag) {
|
H A D | FrenchHistory.php | 57 public function historicEventsAll(string $language_tag): Collection argument 59 switch ($language_tag) {
|
H A D | ModuleHistoricEventsInterface.php | 34 public function historicEventsAll(string $language_tag): Collection; argument
|
/webtrees/tests/app/Module/ |
H A D | AustrianHistoricEventsTest.php | 36 foreach ($module->historicEventsAll(language_tag: 'de') as $gedcom) {
|
H A D | USPresidentsTest.php | 36 foreach ($module->historicEventsAll(language_tag: 'en-US') as $gedcom) {
|
H A D | DutchPrimeMinistersTest.php | 36 foreach ($module->historicEventsAll(language_tag: 'nl') as $gedcom) {
|
H A D | LowCountriesRulersTest.php | 36 foreach ($module->historicEventsAll(language_tag: 'nl') as $gedcom) {
|
H A D | FrenchHistoryTest.php | 36 foreach ($module->historicEventsAll(language_tag: 'fr') as $gedcom) {
|
H A D | BritishPrimeMinistersTest.php | 36 foreach ($module->historicEventsAll(language_tag: 'en-GB') as $gedcom) {
|
H A D | BritishMonarchsTest.php | 36 foreach ($module->historicEventsAll(language_tag: 'en-GB') as $gedcom) {
|
H A D | BritishSocialHistoryTest.php | 36 foreach ($module->historicEventsAll(language_tag: 'en-GB') as $gedcom) {
|
H A D | DutchMonarchsTest.php | 36 foreach ($module->historicEventsAll(language_tag: 'nl') as $gedcom) {
|
H A D | NewZealandPrimeMinistersTest.php | 36 foreach ($module->historicEventsAll(language_tag: 'en-AU') as $gedcom) {
|
H A D | CzechMonarchsAndPresidentsTest.php | 36 foreach ($module->historicEventsAll(language_tag: 'cs') as $gedcom) {
|