Warning: touch(): Utime failed: No such file or directory in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('673f4c34b9796_form-element--checkbox.ht_kstNM8BTs4IdFcvZ7nEMEzi0A', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* themes/lemonade_subtheme/templates/forms/form-element--checkbox.html.twig */
class __TwigTemplate_2b03a27810e9cdff2b4b5d0221b0ecd1 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = ["js-form-item", "form-item", ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["type"] ?? null), 5, $this->source))), ("form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 6
($context["name"] ?? null), 6, $this->source))), ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 7
($context["name"] ?? null), 7, $this->source))), ((!twig_in_filter( // line 8
($context["title_display"] ?? null), ["after", "before"])) ? ("form-no-label") : ("")), ((( // line 9
($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), (( // line 10
($context["errors"] ?? null)) ? ("form-item--error") : ("")), "checkbox-field", "w-checkbox", "w-clearfix"];
// line 17
$context["description_classes"] = ["description", ((( // line 19
($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))];
// line 22
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 22), 22, $this->source), "html", null, true);
echo ">
";
// line 23
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 23, $this->source), "html", null, true);
echo "
";
// line 24
if ((($context["label_display"] ?? null) == "after")) {
// line 25
echo " ";
$context["label"] = twig_array_merge($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 25, $this->source), ["#attributes" => ["class" => "custom-checkbox w-form-label"]]);
// line 26
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 26, $this->source), "html", null, true);
echo "
";
}
// line 28
echo " ";
if (($context["errors"] ?? null)) {
// line 29
echo "
";
// line 30
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 30, $this->source), "html", null, true);
echo "
";
}
// line 33
echo "
";
$this->env->getExtension('\Drupal\Core\Template\TwigExtension')
->checkDeprecations($context, ["type", "name", "title_display", "disabled", "errors", "description_display", "attributes", "children", "label_display"]); }
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "themes/lemonade_subtheme/templates/forms/form-element--checkbox.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 82 => 33, 76 => 30, 73 => 29, 70 => 28, 64 => 26, 61 => 25, 59 => 24, 55 => 23, 50 => 22, 48 => 19, 47 => 17, 45 => 10, 44 => 9, 43 => 8, 42 => 7, 41 => 6, 40 => 5, 39 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/lemonade_subtheme/templates/forms/form-element--checkbox.html.twig", "/code/web/themes/lemonade_subtheme/templates/forms/form-element--checkbox.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 24);
static $filters = array("clean_class" => 5, "escape" => 22, "merge" => 25);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['clean_class', 'escape', 'merge'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('673f4c34b9796_form-element--checkbox.ht_kstNM8BTs4IdFcvZ7nEMEzi0A', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* themes/lemonade_subtheme/templates/forms/form-element--checkbox.html.twig */
class __TwigTemplate_2b03a27810e9cdff2b4b5d0221b0ecd1 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = ["js-form-item", "form-item", ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["type"] ?? null), 5, $this->source))), ("form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 6
($context["name"] ?? null), 6, $this->source))), ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 7
($context["name"] ?? null), 7, $this->source))), ((!twig_in_filter( // line 8
($context["title_display"] ?? null), ["after", "before"])) ? ("form-no-label") : ("")), ((( // line 9
($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), (( // line 10
($context["errors"] ?? null)) ? ("form-item--error") : ("")), "checkbox-field", "w-checkbox", "w-clearfix"];
// line 17
$context["description_classes"] = ["description", ((( // line 19
($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))];
// line 22
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 22), 22, $this->source), "html", null, true);
echo ">
";
// line 23
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 23, $this->source), "html", null, true);
echo "
";
// line 24
if ((($context["label_display"] ?? null) == "after")) {
// line 25
echo " ";
$context["label"] = twig_array_merge($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 25, $this->source), ["#attributes" => ["class" => "custom-checkbox w-form-label"]]);
// line 26
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 26, $this->source), "html", null, true);
echo "
";
}
// line 28
echo " ";
if (($context["errors"] ?? null)) {
// line 29
echo "
";
// line 30
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 30, $this->source), "html", null, true);
echo "
";
}
// line 33
echo "
";
$this->env->getExtension('\Drupal\Core\Template\TwigExtension')
->checkDeprecations($context, ["type", "name", "title_display", "disabled", "errors", "description_display", "attributes", "children", "label_display"]); }
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "themes/lemonade_subtheme/templates/forms/form-element--checkbox.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 82 => 33, 76 => 30, 73 => 29, 70 => 28, 64 => 26, 61 => 25, 59 => 24, 55 => 23, 50 => 22, 48 => 19, 47 => 17, 45 => 10, 44 => 9, 43 => 8, 42 => 7, 41 => 6, 40 => 5, 39 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/lemonade_subtheme/templates/forms/form-element--checkbox.html.twig", "/code/web/themes/lemonade_subtheme/templates/forms/form-element--checkbox.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 24);
static $filters = array("clean_class" => 5, "escape" => 22, "merge" => 25);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['clean_class', 'escape', 'merge'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 351)
Twig\Environment->loadTemplate('__TwigTemplate_2b03a27810e9cdff2b4b5d0221b0ecd1', 'themes/lemonade_subtheme/templates/forms/form-element--checkbox.html.twig') (Line: 312)
Twig\Environment->load('themes/lemonade_subtheme/templates/forms/form-element--checkbox.html.twig') (Line: 39)
twig_render_template('themes/lemonade_subtheme/templates/forms/form-element--checkbox.html.twig', Array) (Line: 348)
Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 536)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
Drupal\Core\Render\Renderer->render(Array) (Line: 475)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_9a611d5dc67202af5e1768b8cce8492d->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array) (Line: 38)
Twig\TemplateWrapper->render(Array) (Line: 39)
twig_render_template('modules/contrib/webform/templates/webform-submission-form.html.twig', Array) (Line: 348)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 480)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
Drupal\Core\Render\Renderer->render(Array) (Line: 475)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 108)
__TwigTemplate_fce8105865641b83678eabdde205ce8a->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array) (Line: 38)
Twig\TemplateWrapper->render(Array) (Line: 39)
twig_render_template('themes/lemonade_subtheme/templates/nodes/city/node--city--city-brand-your-stand.html.twig', Array) (Line: 348)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 480)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 50)
Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)