['html']]), new TwigFilter('format_money', [AppRuntime::class, 'formatMoney']), new TwigFilter('map_gender', [AppRuntime::class, 'mapGender']), new TwigFilter('map_status', [AppRuntime::class, 'mapStatus']), new TwigFilter('map_country', [AppRuntime::class, 'mapCountry']), new TwigFilter('map_nationality', [AppRuntime::class, 'mapNationality']), ]; } public function getFunctions(): array { return [ new TwigFunction('icon', [AppRuntime::class, 'renderIcon'], ['needs_environment' => true, 'is_safe' => ['html']]), ]; } }