translator = $translator; $this->formatter = $formatter; } /** * @inheritDoc */ public function normalize($value) { return $value; } public function render($value, $context) { return $this->formatter->format($context); } }