Project

General

Profile

Actions

Task #100556

closed

Correct method call in CountryProvider example

Added by Chris Müller about 1 year ago. Updated 4 months ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Documentation
Target version:
-
Start date:
2023-04-11
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

In

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.2/Feature-99618-ListOfCountriesInTheWorldAndTheirLocalizedNames.html

$france = $countryProvider->getByName('France');

should be

$france = $countryProvider->getByEnglishName('France');


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #99618: TYPO3 should have a list of all countries and their localized namesClosedBenni Mack2023-01-18

Actions
Actions

Also available in: Atom PDF