SzymonKaminski
Results
2
comments of
SzymonKaminski
I've recently done it inside EasyAdmin. partial translations macro is indeed the way to go. I've copied it to templates directory and customized the view, but code remains mostly the...
Not sure if it is the only way, but I've just used setter injection ```php class CategoryTransformer extends ElasticaToModelTransformer { private IriConverterInterface $iriConverter; public function setIriConverter(IriConverterInterface $iriConverter): void { $this->iriConverter...