parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 13 echo "env->getExtension('drupal_core')->escapeFilter($this->env, (isset($context["attributes"]) ? $context["attributes"] : null), "html", null, true); echo " />"; echo $this->env->getExtension('drupal_core')->escapeFilter($this->env, (isset($context["children"]) ? $context["children"] : null), "html", null, true); echo " "; } public function getTemplateName() { return "core/themes/classy/templates/form/input.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 19 => 13,); } }