parent = false; $this->blocks = [ 'field_input_classes' => [$this, 'block_field_input_classes'], ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 $this->displayBlock('field_input_classes', $context, $blocks); } public function block_field_input_classes($context, array $blocks = []) { } public function getTemplateName() { return "forms/layouts/field-variables.html.twig"; } public function getDebugInfo() { return array ( 31 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("{% block field_input_classes %}{% endblock %}", "forms/layouts/field-variables.html.twig", "/mnt/wpool1_tempdisk/webwndt/steintiger/user/plugins/form/templates/forms/layouts/field-variables.html.twig"); } }