Skip to content
Snippets Groups Projects
Commit 60295252 authored by Oliver Hader's avatar Oliver Hader Committed by Susanne Moog
Browse files

[TASK] Update StaticValueMapper example in doc-block

Resolves: #90270
Releases: master, 9.5
Change-Id: Idbc51d012b49f3214d163878611d2107010242aa
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63095


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent 76bee09e
Branches
Tags
No related merge requests found
......@@ -37,6 +37,18 @@ use TYPO3\CMS\Core\Site\SiteLanguageAwareTrait;
* 2k17: '2017'
* 2k18: '2018'
* next: '2019'
* # (optional)
* localeMap:
* - locale: 'en_US.*|en_GB.*'
* map:
* twenty-seventeen: '2017'
* twenty-eighteen: '2018'
* next: '2019'
* - locale: 'fr_FR'
* map:
* vingt-dix-sept: '2017'
* vingt-dix-huit: '2018'
* prochain: '2019'
*/
class StaticValueMapper implements StaticMappableAspectInterface, SiteLanguageAwareInterface, \Countable
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment