parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
$context["min_chars"] = $this->getAttribute(($context["config"] ?? null), "get", [0 => "plugins.simplesearch.min_query_length", 1 => 3], "method");
// line 2
echo "
";
}
public function getTemplateName()
{
return "partials/simplesearch_searchbox.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 83 => 22, 77 => 19, 74 => 18, 72 => 17, 66 => 15, 62 => 14, 58 => 13, 54 => 12, 50 => 11, 47 => 10, 41 => 9, 32 => 2, 30 => 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("{% set min_chars = config.get('plugins.simplesearch.min_query_length', 3) %}
", "partials/simplesearch_searchbox.html.twig", "/mnt/wpool1_tempdisk/webwndt/steintiger/user/plugins/simplesearch/templates/partials/simplesearch_searchbox.html.twig");
}
}