CodeExplorerTransformationFailureExtension example
new Type\
ResetType(),
new Type\
CurrencyType(),
new Type\
TelType(),
new Type\
ColorType($this->translator
),
new Type\
WeekType(),
];
} protected function loadTypeExtensions(): array
{ return [ new TransformationFailureExtension($this->translator
),
];
}}