action_conf = $action_conf; $this->template = $twig->createTemplate($action_conf['value']); } public function getValue(array $context) { return $this->template->render($context); } }