$values['context'], ]; } $this->translation = new TranslatableMarkup($string, $arguments, $options); } /** * {@inheritdoc} */ public function get() { return $this->translation; } }