nameGenerator = $elementTypeNameGenerator; } public function getFunctions(): array { return [ new TwigFunction('elementType', [$this->nameGenerator, 'getLocalizedTypeLabel']), new TwigFunction('elementTypeName', [$this->nameGenerator, 'getTypeNameCombination']), ]; } }