- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_field--node--title.html.t_Q5L3a2AUQVY7A74K26wysLc5F', '<?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;
/* core/modules/node/templates/field--node--title.html.twig */
class __TwigTemplate_5bf89e38719a242f8cdaf88f60531cd9b2f4b7696b245f16569b094cf5b3a8c3 extends \Twig\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 30
echo "
";
// line 31
if ( !($context["is_inline"] ?? null)) {
// line 32
echo " ";
$this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--title.html.twig", 32)->display($context);
} else {
// line 34
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
echo ">";
// line 35
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 36
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 38
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/node/templates/field--node--title.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 38, 56 => 36, 52 => 35, 48 => 34, 44 => 32, 42 => 31, 39 => 30,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for the node title field.
*
* This is an override of field.html.twig for the node title field. See that
* template for documentation about its details and overrides.
*
* Available variables:
* - attributes: HTML attributes for the containing span element.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
* - is_inline: If false, display an ordinary field.
* If true, display an inline format, suitable for inside elements such as
* , and so on.
*
* @see field.html.twig
* @see node_preprocess_field__node()
*
* @ingroup themeable
*
* @todo Delete as part of https://www.drupal.org/node/3015623
*/
#}
{% if not is_inline %}
{% include \"field.html.twig\" %}
{% else %}
{%- for item in items -%}
{{ item.content }}
{%- endfor -%}
{% endif %}
", "core/modules/node/templates/field--node--title.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/node/templates/field--node--title.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 31, "include" => 32, "for" => 35);
static $filters = array("escape" => 34);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'include', 'for'],
['escape'],
[]
);
} 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('645f1dae01fbc_field--node--title.html.t_Q5L3a2AUQVY7A74K26wysLc5F', '<?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;
/* core/modules/node/templates/field--node--title.html.twig */
class __TwigTemplate_5bf89e38719a242f8cdaf88f60531cd9b2f4b7696b245f16569b094cf5b3a8c3 extends \Twig\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 30
echo "
";
// line 31
if ( !($context["is_inline"] ?? null)) {
// line 32
echo " ";
$this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--title.html.twig", 32)->display($context);
} else {
// line 34
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
echo ">";
// line 35
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 36
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 38
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/node/templates/field--node--title.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 38, 56 => 36, 52 => 35, 48 => 34, 44 => 32, 42 => 31, 39 => 30,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for the node title field.
*
* This is an override of field.html.twig for the node title field. See that
* template for documentation about its details and overrides.
*
* Available variables:
* - attributes: HTML attributes for the containing span element.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
* - is_inline: If false, display an ordinary field.
* If true, display an inline format, suitable for inside elements such as
* , and so on.
*
* @see field.html.twig
* @see node_preprocess_field__node()
*
* @ingroup themeable
*
* @todo Delete as part of https://www.drupal.org/node/3015623
*/
#}
{% if not is_inline %}
{% include \"field.html.twig\" %}
{% else %}
{%- for item in items -%}
{{ item.content }}
{%- endfor -%}
{% endif %}
", "core/modules/node/templates/field--node--title.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/node/templates/field--node--title.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 31, "include" => 32, "for" => 35);
static $filters = array("escape" => 34);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'include', 'for'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_5bf89e38719a242f8cdaf88f60531cd9b2f4b7696b245f16569b094cf5b3a8c3', 'core/modules/node/templates/field--node--title.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/modules/node/templates/field--node--title.html.twig') (Line: 55)
twig_render_template('core/modules/node/templates/field--node--title.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 110)
Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
call_user_func_array(Array, Array) (Line: 101)
Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 788)
Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc___string_template__d3e79b_8yL9VdHI4oRMOaykXTPqPo38e', '<?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;
/* __string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4 */
class __TwigTemplate_cd653a671bf49d1e2f0c22f25c40e3d84cd35ddefc4007b0b5f4c6ac5fcc86f3 extends \Twig\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 1
echo twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true));
}
public function getTemplateName()
{
return "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("{# inline_template_start #}{{ value|nl2br }}", "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4", "");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("nl2br" => 1, "escape" => 1);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['nl2br', 'escape'],
[]
);
} 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('645f1dae01fbc___string_template__d3e79b_8yL9VdHI4oRMOaykXTPqPo38e', '<?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;
/* __string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4 */
class __TwigTemplate_cd653a671bf49d1e2f0c22f25c40e3d84cd35ddefc4007b0b5f4c6ac5fcc86f3 extends \Twig\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 1
echo twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true));
}
public function getTemplateName()
{
return "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("{# inline_template_start #}{{ value|nl2br }}", "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4", "");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("nl2br" => 1, "escape" => 1);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['nl2br', 'escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_cd653a671bf49d1e2f0c22f25c40e3d84cd35ddefc4007b0b5f4c6ac5fcc86f3', '__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4', NULL) (Line: 381)
Twig\Environment->loadTemplate('__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4') (Line: 462)
Twig\Environment->createTemplate('{# inline_template_start #}{{ value|nl2br }}') (Line: 234)
Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ value|nl2br }}', Array) (Line: 53)
Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
call_user_func_array(Array, Array) (Line: 101)
Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 788)
Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
__TwigTemplate_5bf89e38719a242f8cdaf88f60531cd9b2f4b7696b245f16569b094cf5b3a8c3->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/modules/node/templates/field--node--title.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 110)
Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
call_user_func_array(Array, Array) (Line: 101)
Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 788)
Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_field--node--created.html_1-TzzN3DFYkIr0PO-JWcJYibx', '<?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;
/* core/modules/node/templates/field--node--created.html.twig */
class __TwigTemplate_a328da2d8ebed843997757fbb2c86843f63faf02433175f560e5e39180740417 extends \Twig\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 30
echo "
";
// line 31
if ( !($context["is_inline"] ?? null)) {
// line 32
echo " ";
$this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--created.html.twig", 32)->display($context);
} else {
// line 34
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
echo ">";
// line 35
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 36
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 38
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/node/templates/field--node--created.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 38, 56 => 36, 52 => 35, 48 => 34, 44 => 32, 42 => 31, 39 => 30,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for the node created field.
*
* This is an override of field.html.twig for the node created field. See that
* template for documentation about its details and overrides.
*
* Available variables:
* - attributes: HTML attributes for the containing span element.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
* - is_inline: If false, display an ordinary field.
* If true, display an inline format, suitable for inside elements such as
* , and so on.
*
* @see field.html.twig
* @see node_preprocess_field__node()
*
* @ingroup themeable
*
* @todo Delete as part of https://www.drupal.org/node/3015623
*/
#}
{% if not is_inline %}
{% include \"field.html.twig\" %}
{% else %}
{%- for item in items -%}
{{ item.content }}
{%- endfor -%}
{% endif %}
", "core/modules/node/templates/field--node--created.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/node/templates/field--node--created.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 31, "include" => 32, "for" => 35);
static $filters = array("escape" => 34);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'include', 'for'],
['escape'],
[]
);
} 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('645f1dae01fbc_field--node--created.html_1-TzzN3DFYkIr0PO-JWcJYibx', '<?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;
/* core/modules/node/templates/field--node--created.html.twig */
class __TwigTemplate_a328da2d8ebed843997757fbb2c86843f63faf02433175f560e5e39180740417 extends \Twig\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 30
echo "
";
// line 31
if ( !($context["is_inline"] ?? null)) {
// line 32
echo " ";
$this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--created.html.twig", 32)->display($context);
} else {
// line 34
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
echo ">";
// line 35
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 36
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 38
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/node/templates/field--node--created.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 38, 56 => 36, 52 => 35, 48 => 34, 44 => 32, 42 => 31, 39 => 30,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for the node created field.
*
* This is an override of field.html.twig for the node created field. See that
* template for documentation about its details and overrides.
*
* Available variables:
* - attributes: HTML attributes for the containing span element.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
* - is_inline: If false, display an ordinary field.
* If true, display an inline format, suitable for inside elements such as
* , and so on.
*
* @see field.html.twig
* @see node_preprocess_field__node()
*
* @ingroup themeable
*
* @todo Delete as part of https://www.drupal.org/node/3015623
*/
#}
{% if not is_inline %}
{% include \"field.html.twig\" %}
{% else %}
{%- for item in items -%}
{{ item.content }}
{%- endfor -%}
{% endif %}
", "core/modules/node/templates/field--node--created.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/node/templates/field--node--created.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 31, "include" => 32, "for" => 35);
static $filters = array("escape" => 34);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'include', 'for'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_a328da2d8ebed843997757fbb2c86843f63faf02433175f560e5e39180740417', 'core/modules/node/templates/field--node--created.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/modules/node/templates/field--node--created.html.twig') (Line: 55)
twig_render_template('core/modules/node/templates/field--node--created.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 517)
template_preprocess_node(Array, 'node', Array)
call_user_func_array('template_preprocess_node', Array) (Line: 287)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_field--node--uid.html.twi_nY2nhcTS_BJWVEsMqWyBW8Zb7', '<?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;
/* core/modules/node/templates/field--node--uid.html.twig */
class __TwigTemplate_3382a44774b403aacf715ac7ce9eef3ab327e8044bb65dc6d7192e9e83d1d287 extends \Twig\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 30
echo "
";
// line 31
if ( !($context["is_inline"] ?? null)) {
// line 32
echo " ";
$this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--uid.html.twig", 32)->display($context);
} else {
// line 34
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
echo ">";
// line 35
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 36
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 38
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/node/templates/field--node--uid.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 38, 56 => 36, 52 => 35, 48 => 34, 44 => 32, 42 => 31, 39 => 30,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for the node user field.
*
* This is an override of field.html.twig for the node user field. See that
* template for documentation about its details and overrides.
*
* Available variables:
* - attributes: HTML attributes for the containing span element.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
* - is_inline: If false, display an ordinary field.
* If true, display an inline format, suitable for inside elements such as
* , and so on.
*
* @see field.html.twig
* @see node_preprocess_field__node()
*
* @ingroup themeable
*
* @todo Delete as part of https://www.drupal.org/node/3015623
*/
#}
{% if not is_inline %}
{% include \"field.html.twig\" %}
{% else %}
{%- for item in items -%}
{{ item.content }}
{%- endfor -%}
{% endif %}
", "core/modules/node/templates/field--node--uid.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/node/templates/field--node--uid.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 31, "include" => 32, "for" => 35);
static $filters = array("escape" => 34);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'include', 'for'],
['escape'],
[]
);
} 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('645f1dae01fbc_field--node--uid.html.twi_nY2nhcTS_BJWVEsMqWyBW8Zb7', '<?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;
/* core/modules/node/templates/field--node--uid.html.twig */
class __TwigTemplate_3382a44774b403aacf715ac7ce9eef3ab327e8044bb65dc6d7192e9e83d1d287 extends \Twig\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 30
echo "
";
// line 31
if ( !($context["is_inline"] ?? null)) {
// line 32
echo " ";
$this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--uid.html.twig", 32)->display($context);
} else {
// line 34
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
echo ">";
// line 35
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 36
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 38
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/node/templates/field--node--uid.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 38, 56 => 36, 52 => 35, 48 => 34, 44 => 32, 42 => 31, 39 => 30,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for the node user field.
*
* This is an override of field.html.twig for the node user field. See that
* template for documentation about its details and overrides.
*
* Available variables:
* - attributes: HTML attributes for the containing span element.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
* - is_inline: If false, display an ordinary field.
* If true, display an inline format, suitable for inside elements such as
* , and so on.
*
* @see field.html.twig
* @see node_preprocess_field__node()
*
* @ingroup themeable
*
* @todo Delete as part of https://www.drupal.org/node/3015623
*/
#}
{% if not is_inline %}
{% include \"field.html.twig\" %}
{% else %}
{%- for item in items -%}
{{ item.content }}
{%- endfor -%}
{% endif %}
", "core/modules/node/templates/field--node--uid.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/node/templates/field--node--uid.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 31, "include" => 32, "for" => 35);
static $filters = array("escape" => 34);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'include', 'for'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_3382a44774b403aacf715ac7ce9eef3ab327e8044bb65dc6d7192e9e83d1d287', 'core/modules/node/templates/field--node--uid.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/modules/node/templates/field--node--uid.html.twig') (Line: 55)
twig_render_template('core/modules/node/templates/field--node--uid.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 519)
template_preprocess_node(Array, 'node', Array)
call_user_func_array('template_preprocess_node', Array) (Line: 287)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_username.html.twig_A8yWVKBw1jfFYDRjNxwLK3ibR', '<?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;
/* core/modules/user/templates/username.html.twig */
class __TwigTemplate_14a62b2ff6961b4ad1e3fc245223a3f748899d6afa983a318b4c9eee4a61417d extends \Twig\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 27
if (($context["link_path"] ?? null)) {
// line 28
echo "<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 28, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 28, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 28, $this->source), "html", null, true);
echo "</a>";
} else {
// line 30
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 30, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 30, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 30, $this->source), "html", null, true);
echo "";
}
}
public function getTemplateName()
{
return "core/modules/user/templates/username.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 49 => 30, 41 => 28, 39 => 27,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for displaying a username.
*
* Available variables:
* - account: The full account information for the user.
* - uid: The user ID, or zero if not a user. As used in anonymous comments.
* - name: The user's name, sanitized, and optionally truncated.
* - name_raw: The user's name, un-truncated.
* - truncated: Whether the user's name was truncated.
* - extra: Additional text to append to the user's name, sanitized.
* - profile_access: Whether the current user has permission to access this
users profile page.
* - link_path: The path or URL of the user's profile page, home page,
* or other desired page to link to for more information about the user.
* - homepage: (optional) The home page of the account, only set for non users.
* - link_options: Options to set on the \\Drupal\\Core\\Url object if linking the
* user's name to the user's page.
* - attributes: HTML attributes for the containing element.
*
* @see template_preprocess_username()
*
* @ingroup themeable
*/
#}
{% if link_path -%}
<a attributes>{{ name }}{{ extra }}</a>
{%- else -%}
{{ name }}{{ extra }}
{%- endif -%}
", "core/modules/user/templates/username.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/user/templates/username.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 27);
static $filters = array("escape" => 28);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
[]
);
} 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('645f1dae01fbc_username.html.twig_A8yWVKBw1jfFYDRjNxwLK3ibR', '<?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;
/* core/modules/user/templates/username.html.twig */
class __TwigTemplate_14a62b2ff6961b4ad1e3fc245223a3f748899d6afa983a318b4c9eee4a61417d extends \Twig\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 27
if (($context["link_path"] ?? null)) {
// line 28
echo "<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 28, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 28, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 28, $this->source), "html", null, true);
echo "</a>";
} else {
// line 30
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 30, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 30, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 30, $this->source), "html", null, true);
echo "";
}
}
public function getTemplateName()
{
return "core/modules/user/templates/username.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 49 => 30, 41 => 28, 39 => 27,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for displaying a username.
*
* Available variables:
* - account: The full account information for the user.
* - uid: The user ID, or zero if not a user. As used in anonymous comments.
* - name: The user's name, sanitized, and optionally truncated.
* - name_raw: The user's name, un-truncated.
* - truncated: Whether the user's name was truncated.
* - extra: Additional text to append to the user's name, sanitized.
* - profile_access: Whether the current user has permission to access this
users profile page.
* - link_path: The path or URL of the user's profile page, home page,
* or other desired page to link to for more information about the user.
* - homepage: (optional) The home page of the account, only set for non users.
* - link_options: Options to set on the \\Drupal\\Core\\Url object if linking the
* user's name to the user's page.
* - attributes: HTML attributes for the containing element.
*
* @see template_preprocess_username()
*
* @ingroup themeable
*/
#}
{% if link_path -%}
<a attributes>{{ name }}{{ extra }}</a>
{%- else -%}
{{ name }}{{ extra }}
{%- endif -%}
", "core/modules/user/templates/username.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/user/templates/username.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 27);
static $filters = array("escape" => 28);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_14a62b2ff6961b4ad1e3fc245223a3f748899d6afa983a318b4c9eee4a61417d', 'core/modules/user/templates/username.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/modules/user/templates/username.html.twig') (Line: 55)
twig_render_template('core/modules/user/templates/username.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('username', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
__TwigTemplate_3382a44774b403aacf715ac7ce9eef3ab327e8044bb65dc6d7192e9e83d1d287->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/modules/node/templates/field--node--uid.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 519)
template_preprocess_node(Array, 'node', Array)
call_user_func_array('template_preprocess_node', Array) (Line: 287)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_node.html.twig_jf4jDpiN0-rNuLAkLu7RvdnJa', '<?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/stack/templates/node.html.twig */
class __TwigTemplate_8ad0a14026787987843c0e1364d6903c44c7dc4459a043cfade0edc76aec97d7 extends \Twig\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 69
$context["classes"] = [0 => "node", 1 => ("node--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 71
($context["node"] ?? null), "bundle", [], "any", false, false, true, 71), 71, $this->source))), 2 => \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 72
($context["node"] ?? null), "bundle", [], "any", false, false, true, 72), 72, $this->source)), 3 => ((twig_get_attribute($this->env, $this->source, // line 73
($context["node"] ?? null), "isPromoted", [], "method", false, false, true, 73)) ? ("is-promoted") : ("")), 4 => ((twig_get_attribute($this->env, $this->source, // line 74
($context["node"] ?? null), "isSticky", [], "method", false, false, true, 74)) ? ("is-sticky") : ("")), 5 => (( !twig_get_attribute($this->env, $this->source, // line 75
($context["node"] ?? null), "isPublished", [], "method", false, false, true, 75)) ? ("is-unpublished") : ("")), 6 => (( // line 76
($context["view_mode"] ?? null)) ? (\Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 76, $this->source))) : ("")), 7 => "clearfix"];
// line 80
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 80), 80, $this->source), "html", null, true);
echo ">
";
// line 82
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 82, $this->source), "html", null, true);
echo "
";
// line 83
if ( !($context["page"] ?? null)) {
// line 84
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_attributes"] ?? null), 84, $this->source), "html", null, true);
echo ">
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 85, $this->source), "html", null, true);
echo "\" rel=\"bookmark\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 85, $this->source), "html", null, true);
echo "</a>
";
}
// line 88
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 88, $this->source), "html", null, true);
echo "
";
// line 90
if (($context["display_submitted"] ?? null)) {
// line 91
echo "
";
// line 92
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["author_picture"] ?? null), 92, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["author_attributes"] ?? null), "addClass", [0 => "author header-info"], "method", false, false, true, 93), 93, $this->source), "html", null, true);
echo ">
\t
";
// line 95
echo t(" Create: @date", array("@date" => ($context["date"] ?? null), ));
// line 96
echo "\t\t
\t\t
\t\t ";
// line 98
echo t(" Author: @author_name", array("@author_name" => ($context["author_name"] ?? null), ));
// line 99
echo "\t\t
";
// line 100
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["metadata"] ?? null), 100, $this->source), "html", null, true);
echo "
";
}
// line 104
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [0 => "content"], "method", false, false, true, 105), 105, $this->source), "html", null, true);
echo ">
";
// line 106
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 106, $this->source), "field_mainmenu_transparent"), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/node.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 117 => 106, 113 => 105, 110 => 104, 103 => 100, 100 => 99, 98 => 98, 94 => 96, 92 => 95, 87 => 93, 83 => 92, 80 => 91, 78 => 90, 72 => 88, 64 => 85, 59 => 84, 57 => 83, 53 => 82, 47 => 80, 45 => 76, 44 => 75, 43 => 74, 42 => 73, 41 => 72, 40 => 71, 39 => 69,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override to display a node.
*
* Available variables:
* - node: The node entity with limited access to object properties and methods.
Only \"getter\" methods (method names starting with \"get\", \"has\", or \"is\")
and a few common methods such as \"id\" and \"label\" are available. Calling
other methods (such as node.delete) will result in an exception.
* - label: The title of the node.
* - content: All node items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - author_picture: The node author user entity, rendered using the \"compact\"
* view mode.
* - metadata: Metadata for this node.
* - date: Themed creation date field.
* - author_name: Themed author name field.
* - url: Direct URL of the current node.
* - display_submitted: Whether submission information should be displayed.
* - attributes: HTML attributes for the containing element.
* The attributes.class element may contain one or more of the following
* classes:
* - node: The current template type (also known as a \"theming hook\").
* - node--type-[type]: The current node type. For example, if the node is an
* \"Article\" it would result in \"node--type-article\". Note that the machine
* name will often be in a short form of the human readable label.
* - node--view-mode-[view_mode]: The View Mode of the node; for example, a
* teaser would result in: \"node--view-mode-teaser\", and
* full: \"node--view-mode-full\".
* The following are controlled through the node publishing options.
* - node--promoted: Appears on nodes promoted to the front page.
* - node--sticky: Appears on nodes ordered above other non-sticky nodes in
* teaser listings.
* - node--unpublished: Appears on unpublished nodes visible only to site
* admins.
* - title_attributes: Same as attributes, except applied to the main title
* tag that appears in the template.
* - content_attributes: Same as attributes, except applied to the main
* content tag that appears in the template.
* - author_attributes: Same as attributes, except applied to the author of
* the node tag that appears in the template.
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
* - view_mode: View mode; for example, \"teaser\" or \"full\".
* - teaser: Flag for the teaser state. Will be true if view_mode is 'teaser'.
* - page: Flag for the full page state. Will be true if view_mode is 'full'.
* - readmore: Flag for more state. Will be true if the teaser content of the
* node cannot hold the main body content.
* - logged_in: Flag for authenticated user status. Will be true when the
* current user is a logged-in member.
* - is_admin: Flag for admin user status. Will be true when the current user
* is an administrator.
*
* @ingroup templates
*
* @see template_preprocess_node()
*
* @todo Remove the id attribute (or make it a class), because if that gets
* rendered twice on a page this is invalid CSS for example: two lists
* in different view modes.
*/
#}
{%
set classes = [
'node',
'node--type-' ~ node.bundle|clean_class,
node.bundle|clean_class,
node.isPromoted() ? 'is-promoted',
node.isSticky() ? 'is-sticky',
not node.isPublished() ? 'is-unpublished',
view_mode ? view_mode|clean_class,
'clearfix',
]
%}
{{ title_prefix }}
{% if not page %}
<a>{{ label }}</a>
{% endif %}
{{ title_suffix }}
{% if display_submitted %}
{{ author_picture }}
\t
{% trans %} Create: {{ date }} {% endtrans %}
\t\t
\t\t
\t\t {% trans %} Author: {{ author_name }} {% endtrans %}
\t\t
{{ metadata }}
{% endif %}
{{ content|without('field_mainmenu_transparent') }}
", "themes/stack/templates/node.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/node.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 69, "if" => 83, "trans" => 95);
static $filters = array("clean_class" => 71, "escape" => 80, "without" => 106);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'trans'],
['clean_class', 'escape', 'without'],
[]
);
} 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('645f1dae01fbc_node.html.twig_jf4jDpiN0-rNuLAkLu7RvdnJa', '<?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/stack/templates/node.html.twig */
class __TwigTemplate_8ad0a14026787987843c0e1364d6903c44c7dc4459a043cfade0edc76aec97d7 extends \Twig\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 69
$context["classes"] = [0 => "node", 1 => ("node--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 71
($context["node"] ?? null), "bundle", [], "any", false, false, true, 71), 71, $this->source))), 2 => \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 72
($context["node"] ?? null), "bundle", [], "any", false, false, true, 72), 72, $this->source)), 3 => ((twig_get_attribute($this->env, $this->source, // line 73
($context["node"] ?? null), "isPromoted", [], "method", false, false, true, 73)) ? ("is-promoted") : ("")), 4 => ((twig_get_attribute($this->env, $this->source, // line 74
($context["node"] ?? null), "isSticky", [], "method", false, false, true, 74)) ? ("is-sticky") : ("")), 5 => (( !twig_get_attribute($this->env, $this->source, // line 75
($context["node"] ?? null), "isPublished", [], "method", false, false, true, 75)) ? ("is-unpublished") : ("")), 6 => (( // line 76
($context["view_mode"] ?? null)) ? (\Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 76, $this->source))) : ("")), 7 => "clearfix"];
// line 80
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 80), 80, $this->source), "html", null, true);
echo ">
";
// line 82
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 82, $this->source), "html", null, true);
echo "
";
// line 83
if ( !($context["page"] ?? null)) {
// line 84
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_attributes"] ?? null), 84, $this->source), "html", null, true);
echo ">
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 85, $this->source), "html", null, true);
echo "\" rel=\"bookmark\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 85, $this->source), "html", null, true);
echo "</a>
";
}
// line 88
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 88, $this->source), "html", null, true);
echo "
";
// line 90
if (($context["display_submitted"] ?? null)) {
// line 91
echo "
";
// line 92
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["author_picture"] ?? null), 92, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["author_attributes"] ?? null), "addClass", [0 => "author header-info"], "method", false, false, true, 93), 93, $this->source), "html", null, true);
echo ">
\t
";
// line 95
echo t(" Create: @date", array("@date" => ($context["date"] ?? null), ));
// line 96
echo "\t\t
\t\t
\t\t ";
// line 98
echo t(" Author: @author_name", array("@author_name" => ($context["author_name"] ?? null), ));
// line 99
echo "\t\t
";
// line 100
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["metadata"] ?? null), 100, $this->source), "html", null, true);
echo "
";
}
// line 104
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [0 => "content"], "method", false, false, true, 105), 105, $this->source), "html", null, true);
echo ">
";
// line 106
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 106, $this->source), "field_mainmenu_transparent"), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/node.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 117 => 106, 113 => 105, 110 => 104, 103 => 100, 100 => 99, 98 => 98, 94 => 96, 92 => 95, 87 => 93, 83 => 92, 80 => 91, 78 => 90, 72 => 88, 64 => 85, 59 => 84, 57 => 83, 53 => 82, 47 => 80, 45 => 76, 44 => 75, 43 => 74, 42 => 73, 41 => 72, 40 => 71, 39 => 69,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override to display a node.
*
* Available variables:
* - node: The node entity with limited access to object properties and methods.
Only \"getter\" methods (method names starting with \"get\", \"has\", or \"is\")
and a few common methods such as \"id\" and \"label\" are available. Calling
other methods (such as node.delete) will result in an exception.
* - label: The title of the node.
* - content: All node items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - author_picture: The node author user entity, rendered using the \"compact\"
* view mode.
* - metadata: Metadata for this node.
* - date: Themed creation date field.
* - author_name: Themed author name field.
* - url: Direct URL of the current node.
* - display_submitted: Whether submission information should be displayed.
* - attributes: HTML attributes for the containing element.
* The attributes.class element may contain one or more of the following
* classes:
* - node: The current template type (also known as a \"theming hook\").
* - node--type-[type]: The current node type. For example, if the node is an
* \"Article\" it would result in \"node--type-article\". Note that the machine
* name will often be in a short form of the human readable label.
* - node--view-mode-[view_mode]: The View Mode of the node; for example, a
* teaser would result in: \"node--view-mode-teaser\", and
* full: \"node--view-mode-full\".
* The following are controlled through the node publishing options.
* - node--promoted: Appears on nodes promoted to the front page.
* - node--sticky: Appears on nodes ordered above other non-sticky nodes in
* teaser listings.
* - node--unpublished: Appears on unpublished nodes visible only to site
* admins.
* - title_attributes: Same as attributes, except applied to the main title
* tag that appears in the template.
* - content_attributes: Same as attributes, except applied to the main
* content tag that appears in the template.
* - author_attributes: Same as attributes, except applied to the author of
* the node tag that appears in the template.
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
* - view_mode: View mode; for example, \"teaser\" or \"full\".
* - teaser: Flag for the teaser state. Will be true if view_mode is 'teaser'.
* - page: Flag for the full page state. Will be true if view_mode is 'full'.
* - readmore: Flag for more state. Will be true if the teaser content of the
* node cannot hold the main body content.
* - logged_in: Flag for authenticated user status. Will be true when the
* current user is a logged-in member.
* - is_admin: Flag for admin user status. Will be true when the current user
* is an administrator.
*
* @ingroup templates
*
* @see template_preprocess_node()
*
* @todo Remove the id attribute (or make it a class), because if that gets
* rendered twice on a page this is invalid CSS for example: two lists
* in different view modes.
*/
#}
{%
set classes = [
'node',
'node--type-' ~ node.bundle|clean_class,
node.bundle|clean_class,
node.isPromoted() ? 'is-promoted',
node.isSticky() ? 'is-sticky',
not node.isPublished() ? 'is-unpublished',
view_mode ? view_mode|clean_class,
'clearfix',
]
%}
{{ title_prefix }}
{% if not page %}
<a>{{ label }}</a>
{% endif %}
{{ title_suffix }}
{% if display_submitted %}
{{ author_picture }}
\t
{% trans %} Create: {{ date }} {% endtrans %}
\t\t
\t\t
\t\t {% trans %} Author: {{ author_name }} {% endtrans %}
\t\t
{{ metadata }}
{% endif %}
{{ content|without('field_mainmenu_transparent') }}
", "themes/stack/templates/node.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/node.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 69, "if" => 83, "trans" => 95);
static $filters = array("clean_class" => 71, "escape" => 80, "without" => 106);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'trans'],
['clean_class', 'escape', 'without'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_8ad0a14026787987843c0e1364d6903c44c7dc4459a043cfade0edc76aec97d7', 'themes/stack/templates/node.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/node.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_links.html.twig_0QRs5jBY5ImrEgacUYP0jbrJr', '<?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/contrib/bootstrap/templates/system/links.html.twig */
class __TwigTemplate_06ad6287afe8042c7411a3f01f713f4ec2062bee2746e216b81bbeee2435ebdf extends \Twig\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 37
if (($context["links"] ?? null)) {
// line 38
if (($context["heading"] ?? null)) {
// line 39
if (twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 39)) {
// line 40
echo "<";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 40), 40, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 40), 40, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 40), 40, $this->source), "html", null, true);
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 40), 40, $this->source), "html", null, true);
echo ">";
} else {
// line 42
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 42), 42, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 42), 42, $this->source), "html", null, true);
echo "";
}
}
// line 45
if (twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "hasClass", [0 => "inline"], "method", false, false, true, 45)) {
// line 46
echo "<ul>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "list-inline"], "method", false, false, true, 46), 46, $this->source), "html", null, true);
echo ">";
} else {
// line 48
echo "<ul>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 48, $this->source), "html", null, true);
echo ">";
}
// line 50
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["links"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["item"]) {
// line 51
echo "<li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 51), "addClass", [0 => \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed($context["key"], 51, $this->source))], "method", false, false, true, 51), 51, $this->source), "html", null, true);
echo ">";
// line 52
if (twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 52)) {
// line 53
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 53), 53, $this->source), "html", null, true);
} elseif (twig_get_attribute($this->env, $this->source, // line 54
$context["item"], "text_attributes", [], "any", false, false, true, 54)) {
// line 55
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text_attributes", [], "any", false, false, true, 55), 55, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 55), 55, $this->source), "html", null, true);
echo "";
} else {
// line 57
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 57), 57, $this->source), "html", null, true);
}
// line 59
echo "</li>";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 61
echo "</ul>";
}
}
public function getTemplateName()
{
return "themes/contrib/bootstrap/templates/system/links.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 105 => 61, 99 => 59, 96 => 57, 89 => 55, 87 => 54, 85 => 53, 83 => 52, 79 => 51, 75 => 50, 70 => 48, 65 => 46, 63 => 45, 55 => 42, 45 => 40, 43 => 39, 41 => 38, 39 => 37,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for a set of links.
*
* Available variables:
* - attributes: Attributes for the UL containing the list of links.
* - links: Links to be output.
* Each link will have the following elements:
* - title: The link text.
* - href: The link URL. If omitted, the 'title' is shown as a plain text
* item in the links list. If 'href' is supplied, the entire link is passed
* to l() as its \$options parameter.
* - attributes: (optional) HTML attributes for the anchor, or for the
* tag if no 'href' is supplied.
* - link_key: The link CSS class.
* - heading: (optional) A heading to precede the links.
* - text: The heading text.
* - level: The heading level (e.g. 'h2', 'h3').
* - attributes: (optional) A keyed list of attributes for the heading.
* If the heading is a string, it will be used as the text of the heading and
* the level will default to 'h2'.
*
* Headings should be used on navigation menus and any list of links that
* consistently appears on multiple pages. To make the heading invisible use
* the 'visually-hidden' CSS class. Do not use 'display:none', which
* removes it from screen readers and assistive technology. Headings allow
* screen reader and keyboard only users to navigate to or skip the links.
* See http://juicystudio.com/article/screen-readers-display-none.php and
* http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
*
* @ingroup templates
*
* @see template_preprocess_links()
*/
#}
{% if links -%}
{%- if heading -%}
{%- if heading.level -%}
<{{ heading.level }}{{ heading.attributes }}>{{ heading.text }}
{%- else -%}
{{ heading.text }}
{%- endif -%}
{%- endif -%}
{%- if attributes.hasClass('inline') -%}
<ul>
{%- else -%}
<ul attributes>
{%- endif -%}
{%- for key, item in links -%}
<li>
{%- if item.link -%}
{{ item.link }}
{%- elseif item.text_attributes -%}
{{ item.text }}
{%- else -%}
{{ item.text }}
{%- endif -%}
</li>
{%- endfor -%}
</ul>
{%- endif %}
", "themes/contrib/bootstrap/templates/system/links.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/contrib/bootstrap/templates/system/links.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 37, "for" => 50);
static $filters = array("escape" => 40, "clean_class" => 51);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'for'],
['escape', 'clean_class'],
[]
);
} 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('645f1dae01fbc_links.html.twig_0QRs5jBY5ImrEgacUYP0jbrJr', '<?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/contrib/bootstrap/templates/system/links.html.twig */
class __TwigTemplate_06ad6287afe8042c7411a3f01f713f4ec2062bee2746e216b81bbeee2435ebdf extends \Twig\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 37
if (($context["links"] ?? null)) {
// line 38
if (($context["heading"] ?? null)) {
// line 39
if (twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 39)) {
// line 40
echo "<";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 40), 40, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 40), 40, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 40), 40, $this->source), "html", null, true);
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 40), 40, $this->source), "html", null, true);
echo ">";
} else {
// line 42
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 42), 42, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 42), 42, $this->source), "html", null, true);
echo "";
}
}
// line 45
if (twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "hasClass", [0 => "inline"], "method", false, false, true, 45)) {
// line 46
echo "<ul>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "list-inline"], "method", false, false, true, 46), 46, $this->source), "html", null, true);
echo ">";
} else {
// line 48
echo "<ul>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 48, $this->source), "html", null, true);
echo ">";
}
// line 50
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["links"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["item"]) {
// line 51
echo "<li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 51), "addClass", [0 => \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed($context["key"], 51, $this->source))], "method", false, false, true, 51), 51, $this->source), "html", null, true);
echo ">";
// line 52
if (twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 52)) {
// line 53
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 53), 53, $this->source), "html", null, true);
} elseif (twig_get_attribute($this->env, $this->source, // line 54
$context["item"], "text_attributes", [], "any", false, false, true, 54)) {
// line 55
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text_attributes", [], "any", false, false, true, 55), 55, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 55), 55, $this->source), "html", null, true);
echo "";
} else {
// line 57
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 57), 57, $this->source), "html", null, true);
}
// line 59
echo "</li>";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 61
echo "</ul>";
}
}
public function getTemplateName()
{
return "themes/contrib/bootstrap/templates/system/links.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 105 => 61, 99 => 59, 96 => 57, 89 => 55, 87 => 54, 85 => 53, 83 => 52, 79 => 51, 75 => 50, 70 => 48, 65 => 46, 63 => 45, 55 => 42, 45 => 40, 43 => 39, 41 => 38, 39 => 37,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for a set of links.
*
* Available variables:
* - attributes: Attributes for the UL containing the list of links.
* - links: Links to be output.
* Each link will have the following elements:
* - title: The link text.
* - href: The link URL. If omitted, the 'title' is shown as a plain text
* item in the links list. If 'href' is supplied, the entire link is passed
* to l() as its \$options parameter.
* - attributes: (optional) HTML attributes for the anchor, or for the
* tag if no 'href' is supplied.
* - link_key: The link CSS class.
* - heading: (optional) A heading to precede the links.
* - text: The heading text.
* - level: The heading level (e.g. 'h2', 'h3').
* - attributes: (optional) A keyed list of attributes for the heading.
* If the heading is a string, it will be used as the text of the heading and
* the level will default to 'h2'.
*
* Headings should be used on navigation menus and any list of links that
* consistently appears on multiple pages. To make the heading invisible use
* the 'visually-hidden' CSS class. Do not use 'display:none', which
* removes it from screen readers and assistive technology. Headings allow
* screen reader and keyboard only users to navigate to or skip the links.
* See http://juicystudio.com/article/screen-readers-display-none.php and
* http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
*
* @ingroup templates
*
* @see template_preprocess_links()
*/
#}
{% if links -%}
{%- if heading -%}
{%- if heading.level -%}
<{{ heading.level }}{{ heading.attributes }}>{{ heading.text }}
{%- else -%}
{{ heading.text }}
{%- endif -%}
{%- endif -%}
{%- if attributes.hasClass('inline') -%}
<ul>
{%- else -%}
<ul attributes>
{%- endif -%}
{%- for key, item in links -%}
<li>
{%- if item.link -%}
{{ item.link }}
{%- elseif item.text_attributes -%}
{{ item.text }}
{%- else -%}
{{ item.text }}
{%- endif -%}
</li>
{%- endfor -%}
</ul>
{%- endif %}
", "themes/contrib/bootstrap/templates/system/links.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/contrib/bootstrap/templates/system/links.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 37, "for" => 50);
static $filters = array("escape" => 40, "clean_class" => 51);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'for'],
['escape', 'clean_class'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_06ad6287afe8042c7411a3f01f713f4ec2062bee2746e216b81bbeee2435ebdf', 'themes/contrib/bootstrap/templates/system/links.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/system/links.html.twig') (Line: 55)
twig_render_template('themes/contrib/bootstrap/templates/system/links.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('links', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
__TwigTemplate_8ad0a14026787987843c0e1364d6903c44c7dc4459a043cfade0edc76aec97d7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_field--field_paragraphs.h_adYY6ASmgsf137ZSghxkblXGi', '<?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/stack/templates/field--field_paragraphs.html.twig */
class __TwigTemplate_f4131ec538ef2ea6dba25ff549389f014a5dafdf5df46b64bc21ecd06c667649 extends \Twig\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 41
echo "
";
// line 42
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 43
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 43), 43, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/stack/templates/field--field_paragraphs.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 43, 42 => 42, 39 => 41,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for a field.
*
* To override output, copy the \"field.html.twig\" from the templates directory
* to your theme's directory and customize it, just like customizing other
* Drupal templates such as page.html.twig or node.html.twig.
*
* Instead of overriding the theming for all fields, you can also just override
* theming for a subset of fields using
* @link themeable Theme hook suggestions. @endlink For example,
* here are some theme hook suggestions that can be used for a field_foo field
* on an article node type:
* - field--node--field-foo--article.html.twig
* - field--node--field-foo.html.twig
* - field--node--article.html.twig
* - field--field-foo.html.twig
* - field--text-with-summary.html.twig
* - field.html.twig
*
* Available variables:
* - attributes: HTML attributes for the containing element.
* - label_hidden: Whether to show the field label or not.
* - title_attributes: HTML attributes for the title.
* - label: The label for the field.
* - multiple: TRUE if a field can contain multiple items.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item's content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
*
* @ingroup templates
*
* @see template_preprocess_field()
*/
#}
{% for item in items %}
{{ item.content }}
{% endfor %}", "themes/stack/templates/field--field_paragraphs.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/field--field_paragraphs.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 42);
static $filters = array("escape" => 43);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for'],
['escape'],
[]
);
} 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('645f1dae01fbc_field--field_paragraphs.h_adYY6ASmgsf137ZSghxkblXGi', '<?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/stack/templates/field--field_paragraphs.html.twig */
class __TwigTemplate_f4131ec538ef2ea6dba25ff549389f014a5dafdf5df46b64bc21ecd06c667649 extends \Twig\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 41
echo "
";
// line 42
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 43
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 43), 43, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/stack/templates/field--field_paragraphs.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 43, 42 => 42, 39 => 41,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for a field.
*
* To override output, copy the \"field.html.twig\" from the templates directory
* to your theme's directory and customize it, just like customizing other
* Drupal templates such as page.html.twig or node.html.twig.
*
* Instead of overriding the theming for all fields, you can also just override
* theming for a subset of fields using
* @link themeable Theme hook suggestions. @endlink For example,
* here are some theme hook suggestions that can be used for a field_foo field
* on an article node type:
* - field--node--field-foo--article.html.twig
* - field--node--field-foo.html.twig
* - field--node--article.html.twig
* - field--field-foo.html.twig
* - field--text-with-summary.html.twig
* - field.html.twig
*
* Available variables:
* - attributes: HTML attributes for the containing element.
* - label_hidden: Whether to show the field label or not.
* - title_attributes: HTML attributes for the title.
* - label: The label for the field.
* - multiple: TRUE if a field can contain multiple items.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item's content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
*
* @ingroup templates
*
* @see template_preprocess_field()
*/
#}
{% for item in items %}
{{ item.content }}
{% endfor %}", "themes/stack/templates/field--field_paragraphs.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/field--field_paragraphs.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 42);
static $filters = array("escape" => 43);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_f4131ec538ef2ea6dba25ff549389f014a5dafdf5df46b64bc21ecd06c667649', 'themes/stack/templates/field--field_paragraphs.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/field--field_paragraphs.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraphs.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
__TwigTemplate_8ad0a14026787987843c0e1364d6903c44c7dc4459a043cfade0edc76aec97d7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_paragraph--main-content--_iaMjm9lQAccEYZjyy-37NYE5Q', '<?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/stack/templates/paragraph--main-content--default.html.twig */
class __TwigTemplate_e355d66803c6136975471a2df0e36d4925496aff961530b4668bc8fcb804077c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'paragraph' => [$this, 'block_paragraph'],
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 42
$context["classes"] = [0 => "paragraph", 1 => ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 44
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 44), 44, $this->source))), 2 => twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 45
($context["paragraph"] ?? null), "field_paragraph_extra_class", [], "any", false, false, true, 45), "value", [], "any", false, false, true, 45), 45, $this->source))), 3 => (( // line 46
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 46, $this->source)))) : (""))];
// line 49
echo "
";
// line 50
$this->displayBlock('paragraph', $context, $blocks);
}
public function block_paragraph($context, array $blocks = [])
{
$macros = $this->macros;
// line 51
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 51), 51, $this->source), "html", null, true);
echo " ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 51), "value", [], "any", false, false, true, 51)))) {
echo " id=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_striptags($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 51), "value", [], "any", false, false, true, 51), 51, $this->source)), "html", null, true);
echo "\" ";
}
echo " >
";
// line 53
$this->displayBlock('content', $context, $blocks);
// line 69
echo "\t
";
}
// line 53
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 54
echo "\t\t
\t\t\t
\t\t\t\t
\t\t\t\t\t";
// line 57
if ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_main_content_title", [], "any", false, false, true, 57))) {
// line 58
echo "\t\t\t\t\t\t";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_main_content_title", [], "any", false, false, true, 58), 58, $this->source), "html", null, true);
echo "
\t\t\t\t\t";
}
// line 60
echo "
\t\t\t\t\t";
// line 61
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_main_content_body", [], "any", false, false, true, 61), 61, $this->source), "html", null, true);
echo "
\t\t\t\t
\t\t\t
\t\t
\t\t
\t\t
";
}
public function getTemplateName()
{
return "themes/stack/templates/paragraph--main-content--default.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 96 => 61, 93 => 60, 87 => 58, 85 => 57, 80 => 54, 76 => 53, 70 => 69, 68 => 53, 56 => 51, 49 => 50, 46 => 49, 44 => 46, 43 => 45, 42 => 44, 41 => 42,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a paragraph.
*
* Available variables:
* - paragraph: Full paragraph entity.
* Only method names starting with \"get\", \"has\", or \"is\" and a few common
* methods such as \"id\", \"label\", and \"bundle\" are available. For example:
* - paragraph.getCreatedTime() will return the paragraph creation timestamp.
* - paragraph.id(): The paragraph ID.
* - paragraph.bundle(): The type of the paragraph, for example, \"image\" or \"text\".
* - paragraph.getOwnerId(): The user ID of the paragraph author.
* See Drupal\\paragraphs\\Entity\\Paragraph for a full list of public properties
* and methods for the paragraph object.
* - content: All paragraph items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - attributes: HTML attributes for the containing element.
* The attributes.class element may contain one or more of the following
* classes:
* - paragraphs: The current template type (also known as a \"theming hook\").
* - paragraphs--type-[type]: The current paragraphs type. For example, if the paragraph is an
* \"Image\" it would result in \"paragraphs--type--image\". Note that the machine
* name will often be in a short form of the human readable label.
* - paragraphs--view-mode--[view_mode]: The View Mode of the paragraph; for example, a
* preview would result in: \"paragraphs--view-mode--preview\", and
* default: \"paragraphs--view-mode--default\".
* - view_mode: View mode; for example, \"preview\" or \"full\".
* - logged_in: Flag for authenticated user status. Will be true when the
* current user is a logged-in member.
* - is_admin: Flag for admin user status. Will be true when the current user
* is an administrator.
*
* @see template_preprocess_paragraph()
*
* @ingroup themeable
*/
#}
{%
set classes = [
'paragraph',
'paragraph--type--' ~ paragraph.bundle|clean_class,
\tparagraph.field_paragraph_extra_class.value|render|trim,
view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class,
]
%}
{% block paragraph %}
{% block content %}
\t\t
\t\t\t
\t\t\t\t
\t\t\t\t\t{% if content.field_main_content_title|render %}
\t\t\t\t\t\t{{ content.field_main_content_title }}
\t\t\t\t\t{% endif %}
\t\t\t\t\t{{ content.field_main_content_body }}
\t\t\t\t
\t\t\t
\t\t
\t\t
\t\t
{% endblock %}
\t
{% endblock paragraph %}", "themes/stack/templates/paragraph--main-content--default.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/paragraph--main-content--default.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 42, "block" => 50, "if" => 51);
static $filters = array("clean_class" => 44, "trim" => 45, "render" => 45, "escape" => 51, "striptags" => 51);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'trim', 'render', 'escape', 'striptags'],
[]
);
} 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('645f1dae01fbc_paragraph--main-content--_iaMjm9lQAccEYZjyy-37NYE5Q', '<?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/stack/templates/paragraph--main-content--default.html.twig */
class __TwigTemplate_e355d66803c6136975471a2df0e36d4925496aff961530b4668bc8fcb804077c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'paragraph' => [$this, 'block_paragraph'],
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 42
$context["classes"] = [0 => "paragraph", 1 => ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 44
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 44), 44, $this->source))), 2 => twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 45
($context["paragraph"] ?? null), "field_paragraph_extra_class", [], "any", false, false, true, 45), "value", [], "any", false, false, true, 45), 45, $this->source))), 3 => (( // line 46
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 46, $this->source)))) : (""))];
// line 49
echo "
";
// line 50
$this->displayBlock('paragraph', $context, $blocks);
}
public function block_paragraph($context, array $blocks = [])
{
$macros = $this->macros;
// line 51
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 51), 51, $this->source), "html", null, true);
echo " ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 51), "value", [], "any", false, false, true, 51)))) {
echo " id=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_striptags($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 51), "value", [], "any", false, false, true, 51), 51, $this->source)), "html", null, true);
echo "\" ";
}
echo " >
";
// line 53
$this->displayBlock('content', $context, $blocks);
// line 69
echo "\t
";
}
// line 53
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 54
echo "\t\t
\t\t\t
\t\t\t\t
\t\t\t\t\t";
// line 57
if ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_main_content_title", [], "any", false, false, true, 57))) {
// line 58
echo "\t\t\t\t\t\t";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_main_content_title", [], "any", false, false, true, 58), 58, $this->source), "html", null, true);
echo "
\t\t\t\t\t";
}
// line 60
echo "
\t\t\t\t\t";
// line 61
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_main_content_body", [], "any", false, false, true, 61), 61, $this->source), "html", null, true);
echo "
\t\t\t\t
\t\t\t
\t\t
\t\t
\t\t
";
}
public function getTemplateName()
{
return "themes/stack/templates/paragraph--main-content--default.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 96 => 61, 93 => 60, 87 => 58, 85 => 57, 80 => 54, 76 => 53, 70 => 69, 68 => 53, 56 => 51, 49 => 50, 46 => 49, 44 => 46, 43 => 45, 42 => 44, 41 => 42,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a paragraph.
*
* Available variables:
* - paragraph: Full paragraph entity.
* Only method names starting with \"get\", \"has\", or \"is\" and a few common
* methods such as \"id\", \"label\", and \"bundle\" are available. For example:
* - paragraph.getCreatedTime() will return the paragraph creation timestamp.
* - paragraph.id(): The paragraph ID.
* - paragraph.bundle(): The type of the paragraph, for example, \"image\" or \"text\".
* - paragraph.getOwnerId(): The user ID of the paragraph author.
* See Drupal\\paragraphs\\Entity\\Paragraph for a full list of public properties
* and methods for the paragraph object.
* - content: All paragraph items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - attributes: HTML attributes for the containing element.
* The attributes.class element may contain one or more of the following
* classes:
* - paragraphs: The current template type (also known as a \"theming hook\").
* - paragraphs--type-[type]: The current paragraphs type. For example, if the paragraph is an
* \"Image\" it would result in \"paragraphs--type--image\". Note that the machine
* name will often be in a short form of the human readable label.
* - paragraphs--view-mode--[view_mode]: The View Mode of the paragraph; for example, a
* preview would result in: \"paragraphs--view-mode--preview\", and
* default: \"paragraphs--view-mode--default\".
* - view_mode: View mode; for example, \"preview\" or \"full\".
* - logged_in: Flag for authenticated user status. Will be true when the
* current user is a logged-in member.
* - is_admin: Flag for admin user status. Will be true when the current user
* is an administrator.
*
* @see template_preprocess_paragraph()
*
* @ingroup themeable
*/
#}
{%
set classes = [
'paragraph',
'paragraph--type--' ~ paragraph.bundle|clean_class,
\tparagraph.field_paragraph_extra_class.value|render|trim,
view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class,
]
%}
{% block paragraph %}
{% block content %}
\t\t
\t\t\t
\t\t\t\t
\t\t\t\t\t{% if content.field_main_content_title|render %}
\t\t\t\t\t\t{{ content.field_main_content_title }}
\t\t\t\t\t{% endif %}
\t\t\t\t\t{{ content.field_main_content_body }}
\t\t\t\t
\t\t\t
\t\t
\t\t
\t\t
{% endblock %}
\t
{% endblock paragraph %}", "themes/stack/templates/paragraph--main-content--default.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/paragraph--main-content--default.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 42, "block" => 50, "if" => 51);
static $filters = array("clean_class" => 44, "trim" => 45, "render" => 45, "escape" => 51, "striptags" => 51);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'trim', 'render', 'escape', 'striptags'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_e355d66803c6136975471a2df0e36d4925496aff961530b4668bc8fcb804077c', 'themes/stack/templates/paragraph--main-content--default.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/paragraph--main-content--default.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/paragraph--main-content--default.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
__TwigTemplate_f4131ec538ef2ea6dba25ff549389f014a5dafdf5df46b64bc21ecd06c667649->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraphs.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
__TwigTemplate_8ad0a14026787987843c0e1364d6903c44c7dc4459a043cfade0edc76aec97d7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_field--paragraph--main-co_2jeGPol8gTjH9dr89Jl_nwOWp', '<?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/stack/templates/field--paragraph--main-content.html.twig */
class __TwigTemplate_e4666ac77766f6c4d4cf7510e8a1207de25c23cfaff33c0a912dfd176e0d46cf extends \Twig\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 41
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 42
echo "\t";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 42), 42, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/stack/templates/field--paragraph--main-content.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 42, 39 => 41,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for a field.
*
* To override output, copy the \"field.html.twig\" from the templates directory
* to your theme's directory and customize it, just like customizing other
* Drupal templates such as page.html.twig or node.html.twig.
*
* Instead of overriding the theming for all fields, you can also just override
* theming for a subset of fields using
* @link themeable Theme hook suggestions. @endlink For example,
* here are some theme hook suggestions that can be used for a field_foo field
* on an article node type:
* - field--node--field-foo--article.html.twig
* - field--node--field-foo.html.twig
* - field--node--article.html.twig
* - field--field-foo.html.twig
* - field--text-with-summary.html.twig
* - field.html.twig
*
* Available variables:
* - attributes: HTML attributes for the containing element.
* - label_hidden: Whether to show the field label or not.
* - title_attributes: HTML attributes for the title.
* - label: The label for the field.
* - multiple: TRUE if a field can contain multiple items.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item's content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
*
* @ingroup templates
*
* @see template_preprocess_field()
*/
#}
{% for item in items %}
\t{{ item.content }}
{% endfor %}", "themes/stack/templates/field--paragraph--main-content.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/field--paragraph--main-content.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 41);
static $filters = array("escape" => 42);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for'],
['escape'],
[]
);
} 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('645f1dae01fbc_field--paragraph--main-co_2jeGPol8gTjH9dr89Jl_nwOWp', '<?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/stack/templates/field--paragraph--main-content.html.twig */
class __TwigTemplate_e4666ac77766f6c4d4cf7510e8a1207de25c23cfaff33c0a912dfd176e0d46cf extends \Twig\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 41
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 42
echo "\t";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 42), 42, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/stack/templates/field--paragraph--main-content.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 42, 39 => 41,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for a field.
*
* To override output, copy the \"field.html.twig\" from the templates directory
* to your theme's directory and customize it, just like customizing other
* Drupal templates such as page.html.twig or node.html.twig.
*
* Instead of overriding the theming for all fields, you can also just override
* theming for a subset of fields using
* @link themeable Theme hook suggestions. @endlink For example,
* here are some theme hook suggestions that can be used for a field_foo field
* on an article node type:
* - field--node--field-foo--article.html.twig
* - field--node--field-foo.html.twig
* - field--node--article.html.twig
* - field--field-foo.html.twig
* - field--text-with-summary.html.twig
* - field.html.twig
*
* Available variables:
* - attributes: HTML attributes for the containing element.
* - label_hidden: Whether to show the field label or not.
* - title_attributes: HTML attributes for the title.
* - label: The label for the field.
* - multiple: TRUE if a field can contain multiple items.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item's content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
*
* @ingroup templates
*
* @see template_preprocess_field()
*/
#}
{% for item in items %}
\t{{ item.content }}
{% endfor %}", "themes/stack/templates/field--paragraph--main-content.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/field--paragraph--main-content.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 41);
static $filters = array("escape" => 42);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_e4666ac77766f6c4d4cf7510e8a1207de25c23cfaff33c0a912dfd176e0d46cf', 'themes/stack/templates/field--paragraph--main-content.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/field--paragraph--main-content.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/field--paragraph--main-content.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 581)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 85)
__TwigTemplate_e355d66803c6136975471a2df0e36d4925496aff961530b4668bc8fcb804077c->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_e355d66803c6136975471a2df0e36d4925496aff961530b4668bc8fcb804077c->block_paragraph(Array, Array) (Line: 182)
Twig\Template->displayBlock('paragraph', Array, Array) (Line: 49)
__TwigTemplate_e355d66803c6136975471a2df0e36d4925496aff961530b4668bc8fcb804077c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/paragraph--main-content--default.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
__TwigTemplate_f4131ec538ef2ea6dba25ff549389f014a5dafdf5df46b64bc21ecd06c667649->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraphs.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
__TwigTemplate_8ad0a14026787987843c0e1364d6903c44c7dc4459a043cfade0edc76aec97d7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_paragraph--paragraph_slid_zKIngIIUhyPMiY3UTULwpIlhS', '<?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/stack/templates/paragraph--paragraph_sliders_block.html.twig */
class __TwigTemplate_0094f0a47580a5e544e65ceaf4e675f8fdab3c8fa810ad6be583d9859b034575 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'paragraph' => [$this, 'block_paragraph'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 42
$context["classes"] = [0 => "paragraph", 1 => ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 44
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 44), 44, $this->source))), 2 => twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 45
($context["paragraph"] ?? null), "field_paragraph_extra_class", [], "any", false, false, true, 45), "value", [], "any", false, false, true, 45), 45, $this->source))), 3 => (( // line 46
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 46, $this->source)))) : (""))];
// line 49
$this->displayBlock('paragraph', $context, $blocks);
}
public function block_paragraph($context, array $blocks = [])
{
$macros = $this->macros;
// line 50
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 50), 50, $this->source), "html", null, true);
echo " ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 50), "value", [], "any", false, false, true, 50)))) {
echo " id=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_striptags($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 50), "value", [], "any", false, false, true, 50), 50, $this->source)), "html", null, true);
echo "\" ";
}
echo " >
";
// line 51
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_container", [], "any", false, false, true, 51), "value", [], "any", false, false, true, 51)))) {
echo " ";
}
// line 52
echo "\textensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_slider_classes", [], "any", false, false, true, 52), "value", [], "any", false, false, true, 52), 52, $this->source))), "html", null, true);
echo "\" data-accessibility=\"true\" ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_display_arrows", [], "any", false, false, true, 52), "value", [], "any", false, false, true, 52)))) {
echo " data-arrows=\"true\" ";
}
echo " ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_display_pager", [], "any", false, false, true, 52), "value", [], "any", false, false, true, 52)))) {
echo " data-paging=\"true\" ";
}
echo ">
\t <ul>
";
// line 54
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 54, $this->source), "field_paragraph_extra_class", "field_paragraph_display_arrows", "field_paragraph_display_pager", "field_paragraph_slider_classes", "field_paragraph_container", "field_paragraph_id"), "html", null, true);
echo "
</ul>
\t
";
// line 57
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_container", [], "any", false, false, true, 57), "value", [], "any", false, false, true, 57)))) {
echo " ";
}
// line 58
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/paragraph--paragraph_sliders_block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 91 => 58, 87 => 57, 81 => 54, 67 => 52, 63 => 51, 52 => 50, 45 => 49, 43 => 46, 42 => 45, 41 => 44, 40 => 42,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a paragraph.
*
* Available variables:
* - paragraph: Full paragraph entity.
* Only method names starting with \"get\", \"has\", or \"is\" and a few common
* methods such as \"id\", \"label\", and \"bundle\" are available. For example:
* - paragraph.getCreatedTime() will return the paragraph creation timestamp.
* - paragraph.id(): The paragraph ID.
* - paragraph.bundle(): The type of the paragraph, for example, \"image\" or \"text\".
* - paragraph.getOwnerId(): The user ID of the paragraph author.
* See Drupal\\paragraphs\\Entity\\Paragraph for a full list of public properties
* and methods for the paragraph object.
* - content: All paragraph items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - attributes: HTML attributes for the containing element.
* The attributes.class element may contain one or more of the following
* classes:
* - paragraphs: The current template type (also known as a \"theming hook\").
* - paragraphs--type-[type]: The current paragraphs type. For example, if the paragraph is an
* \"Image\" it would result in \"paragraphs--type--image\". Note that the machine
* name will often be in a short form of the human readable label.
* - paragraphs--view-mode--[view_mode]: The View Mode of the paragraph; for example, a
* preview would result in: \"paragraphs--view-mode--preview\", and
* default: \"paragraphs--view-mode--default\".
* - view_mode: View mode; for example, \"preview\" or \"full\".
* - logged_in: Flag for authenticated user status. Will be true when the
* current user is a logged-in member.
* - is_admin: Flag for admin user status. Will be true when the current user
* is an administrator.
*
* @see template_preprocess_paragraph()
*
* @ingroup themeable
*/
#}
{%
set classes = [
'paragraph',
'paragraph--type--' ~ paragraph.bundle|clean_class,
\tparagraph.field_paragraph_extra_class.value|render|trim,
view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class
]
%}
{% block paragraph %}
{% if paragraph.field_paragraph_container.value|render|trim %} {% endif %}
\t
\t <ul>
{{ content|without('field_paragraph_extra_class','field_paragraph_display_arrows','field_paragraph_display_pager','field_paragraph_slider_classes','field_paragraph_container','field_paragraph_id') }}
</ul>
\t
{% if paragraph.field_paragraph_container.value|render|trim %} {% endif %}
{% endblock paragraph %}
", "themes/stack/templates/paragraph--paragraph_sliders_block.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/paragraph--paragraph_sliders_block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 42, "block" => 49, "if" => 50);
static $filters = array("clean_class" => 44, "trim" => 45, "render" => 45, "escape" => 50, "striptags" => 50, "without" => 54);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'trim', 'render', 'escape', 'striptags', 'without'],
[]
);
} 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('645f1dae01fbc_paragraph--paragraph_slid_zKIngIIUhyPMiY3UTULwpIlhS', '<?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/stack/templates/paragraph--paragraph_sliders_block.html.twig */
class __TwigTemplate_0094f0a47580a5e544e65ceaf4e675f8fdab3c8fa810ad6be583d9859b034575 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'paragraph' => [$this, 'block_paragraph'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 42
$context["classes"] = [0 => "paragraph", 1 => ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 44
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 44), 44, $this->source))), 2 => twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 45
($context["paragraph"] ?? null), "field_paragraph_extra_class", [], "any", false, false, true, 45), "value", [], "any", false, false, true, 45), 45, $this->source))), 3 => (( // line 46
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 46, $this->source)))) : (""))];
// line 49
$this->displayBlock('paragraph', $context, $blocks);
}
public function block_paragraph($context, array $blocks = [])
{
$macros = $this->macros;
// line 50
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 50), 50, $this->source), "html", null, true);
echo " ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 50), "value", [], "any", false, false, true, 50)))) {
echo " id=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_striptags($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 50), "value", [], "any", false, false, true, 50), 50, $this->source)), "html", null, true);
echo "\" ";
}
echo " >
";
// line 51
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_container", [], "any", false, false, true, 51), "value", [], "any", false, false, true, 51)))) {
echo " ";
}
// line 52
echo "\textensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_slider_classes", [], "any", false, false, true, 52), "value", [], "any", false, false, true, 52), 52, $this->source))), "html", null, true);
echo "\" data-accessibility=\"true\" ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_display_arrows", [], "any", false, false, true, 52), "value", [], "any", false, false, true, 52)))) {
echo " data-arrows=\"true\" ";
}
echo " ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_display_pager", [], "any", false, false, true, 52), "value", [], "any", false, false, true, 52)))) {
echo " data-paging=\"true\" ";
}
echo ">
\t <ul>
";
// line 54
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 54, $this->source), "field_paragraph_extra_class", "field_paragraph_display_arrows", "field_paragraph_display_pager", "field_paragraph_slider_classes", "field_paragraph_container", "field_paragraph_id"), "html", null, true);
echo "
</ul>
\t
";
// line 57
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_container", [], "any", false, false, true, 57), "value", [], "any", false, false, true, 57)))) {
echo " ";
}
// line 58
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/paragraph--paragraph_sliders_block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 91 => 58, 87 => 57, 81 => 54, 67 => 52, 63 => 51, 52 => 50, 45 => 49, 43 => 46, 42 => 45, 41 => 44, 40 => 42,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a paragraph.
*
* Available variables:
* - paragraph: Full paragraph entity.
* Only method names starting with \"get\", \"has\", or \"is\" and a few common
* methods such as \"id\", \"label\", and \"bundle\" are available. For example:
* - paragraph.getCreatedTime() will return the paragraph creation timestamp.
* - paragraph.id(): The paragraph ID.
* - paragraph.bundle(): The type of the paragraph, for example, \"image\" or \"text\".
* - paragraph.getOwnerId(): The user ID of the paragraph author.
* See Drupal\\paragraphs\\Entity\\Paragraph for a full list of public properties
* and methods for the paragraph object.
* - content: All paragraph items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - attributes: HTML attributes for the containing element.
* The attributes.class element may contain one or more of the following
* classes:
* - paragraphs: The current template type (also known as a \"theming hook\").
* - paragraphs--type-[type]: The current paragraphs type. For example, if the paragraph is an
* \"Image\" it would result in \"paragraphs--type--image\". Note that the machine
* name will often be in a short form of the human readable label.
* - paragraphs--view-mode--[view_mode]: The View Mode of the paragraph; for example, a
* preview would result in: \"paragraphs--view-mode--preview\", and
* default: \"paragraphs--view-mode--default\".
* - view_mode: View mode; for example, \"preview\" or \"full\".
* - logged_in: Flag for authenticated user status. Will be true when the
* current user is a logged-in member.
* - is_admin: Flag for admin user status. Will be true when the current user
* is an administrator.
*
* @see template_preprocess_paragraph()
*
* @ingroup themeable
*/
#}
{%
set classes = [
'paragraph',
'paragraph--type--' ~ paragraph.bundle|clean_class,
\tparagraph.field_paragraph_extra_class.value|render|trim,
view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class
]
%}
{% block paragraph %}
{% if paragraph.field_paragraph_container.value|render|trim %} {% endif %}
\t
\t <ul>
{{ content|without('field_paragraph_extra_class','field_paragraph_display_arrows','field_paragraph_display_pager','field_paragraph_slider_classes','field_paragraph_container','field_paragraph_id') }}
</ul>
\t
{% if paragraph.field_paragraph_container.value|render|trim %} {% endif %}
{% endblock paragraph %}
", "themes/stack/templates/paragraph--paragraph_sliders_block.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/paragraph--paragraph_sliders_block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 42, "block" => 49, "if" => 50);
static $filters = array("clean_class" => 44, "trim" => 45, "render" => 45, "escape" => 50, "striptags" => 50, "without" => 54);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'trim', 'render', 'escape', 'striptags', 'without'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_0094f0a47580a5e544e65ceaf4e675f8fdab3c8fa810ad6be583d9859b034575', 'themes/stack/templates/paragraph--paragraph_sliders_block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/paragraph--paragraph_sliders_block.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/paragraph--paragraph_sliders_block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
__TwigTemplate_f4131ec538ef2ea6dba25ff549389f014a5dafdf5df46b64bc21ecd06c667649->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraphs.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
__TwigTemplate_8ad0a14026787987843c0e1364d6903c44c7dc4459a043cfade0edc76aec97d7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_field--field_paragraph_sl_qwCYpVPSRJrBTN4Mi6gitfQJe', '<?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/stack/templates/field--field_paragraph_slider_item.html.twig */
class __TwigTemplate_13493eb340e72de44b159b455dbfe43b60093121bb6d23bcb4d172ba19c3147c extends \Twig\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 41
echo "
";
// line 42
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 43
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 43), 43, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/stack/templates/field--field_paragraph_slider_item.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 43, 42 => 42, 39 => 41,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for a field.
*
* To override output, copy the \"field.html.twig\" from the templates directory
* to your theme's directory and customize it, just like customizing other
* Drupal templates such as page.html.twig or node.html.twig.
*
* Instead of overriding the theming for all fields, you can also just override
* theming for a subset of fields using
* @link themeable Theme hook suggestions. @endlink For example,
* here are some theme hook suggestions that can be used for a field_foo field
* on an article node type:
* - field--node--field-foo--article.html.twig
* - field--node--field-foo.html.twig
* - field--node--article.html.twig
* - field--field-foo.html.twig
* - field--text-with-summary.html.twig
* - field.html.twig
*
* Available variables:
* - attributes: HTML attributes for the containing element.
* - label_hidden: Whether to show the field label or not.
* - title_attributes: HTML attributes for the title.
* - label: The label for the field.
* - multiple: TRUE if a field can contain multiple items.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item's content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
*
* @ingroup templates
*
* @see template_preprocess_field()
*/
#}
{% for item in items %}
{{ item.content }}
{% endfor %}", "themes/stack/templates/field--field_paragraph_slider_item.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/field--field_paragraph_slider_item.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 42);
static $filters = array("escape" => 43);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for'],
['escape'],
[]
);
} 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('645f1dae01fbc_field--field_paragraph_sl_qwCYpVPSRJrBTN4Mi6gitfQJe', '<?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/stack/templates/field--field_paragraph_slider_item.html.twig */
class __TwigTemplate_13493eb340e72de44b159b455dbfe43b60093121bb6d23bcb4d172ba19c3147c extends \Twig\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 41
echo "
";
// line 42
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 43
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 43), 43, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/stack/templates/field--field_paragraph_slider_item.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 43, 42 => 42, 39 => 41,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for a field.
*
* To override output, copy the \"field.html.twig\" from the templates directory
* to your theme's directory and customize it, just like customizing other
* Drupal templates such as page.html.twig or node.html.twig.
*
* Instead of overriding the theming for all fields, you can also just override
* theming for a subset of fields using
* @link themeable Theme hook suggestions. @endlink For example,
* here are some theme hook suggestions that can be used for a field_foo field
* on an article node type:
* - field--node--field-foo--article.html.twig
* - field--node--field-foo.html.twig
* - field--node--article.html.twig
* - field--field-foo.html.twig
* - field--text-with-summary.html.twig
* - field.html.twig
*
* Available variables:
* - attributes: HTML attributes for the containing element.
* - label_hidden: Whether to show the field label or not.
* - title_attributes: HTML attributes for the title.
* - label: The label for the field.
* - multiple: TRUE if a field can contain multiple items.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item's content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
*
* @ingroup templates
*
* @see template_preprocess_field()
*/
#}
{% for item in items %}
{{ item.content }}
{% endfor %}", "themes/stack/templates/field--field_paragraph_slider_item.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/field--field_paragraph_slider_item.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 42);
static $filters = array("escape" => 43);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_13493eb340e72de44b159b455dbfe43b60093121bb6d23bcb4d172ba19c3147c', 'themes/stack/templates/field--field_paragraph_slider_item.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/field--field_paragraph_slider_item.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraph_slider_item.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 81)
__TwigTemplate_0094f0a47580a5e544e65ceaf4e675f8fdab3c8fa810ad6be583d9859b034575->block_paragraph(Array, Array) (Line: 182)
Twig\Template->displayBlock('paragraph', Array, Array) (Line: 45)
__TwigTemplate_0094f0a47580a5e544e65ceaf4e675f8fdab3c8fa810ad6be583d9859b034575->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/paragraph--paragraph_sliders_block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
__TwigTemplate_f4131ec538ef2ea6dba25ff549389f014a5dafdf5df46b64bc21ecd06c667649->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraphs.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
__TwigTemplate_8ad0a14026787987843c0e1364d6903c44c7dc4459a043cfade0edc76aec97d7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_paragraph--paragraph_slid_OIlwrsqAbcfjquybxqO6hlj9t', '<?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/stack/templates/paragraph--paragraph_slider_media_img_item.html.twig */
class __TwigTemplate_698433419bb4b2d3065bc1df12eda598ea7786b47d5c68864f592afc6d251675 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 41
echo "
";
// line 43
$context["bg_img_url"] = $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_0 = (($__internal_compile_1 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_media_img", [], "any", false, false, true, 43)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[0] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 43), "entity", [], "any", false, false, true, 43), "uri", [], "any", false, false, true, 43), "value", [], "any", false, false, true, 43), 43, $this->source));
// line 44
$context["bg_img_alt"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_2 = (($__internal_compile_3 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_media_img", [], "any", false, false, true, 44)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[0] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 44), "alt", [], "any", false, false, true, 44);
// line 45
echo "
<li line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_item_classes", [], "any", false, false, true, 46), "value", [], "any", false, false, true, 46), 46, $this->source))), "html", null, true);
echo " ";
if ((($context["bg_img_url"] ?? null) != "/")) {
echo " imagebg ";
}
echo "\" ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_data_overlay", [], "any", false, false, true, 46), "value", [], "any", false, false, true, 46)))) {
echo " data-overlay=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_striptags($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_data_overlay", [], "any", false, false, true, 46), "value", [], "any", false, false, true, 46), 46, $this->source)), "html", null, true);
echo "\" ";
}
echo ">
";
// line 47
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_content", [], "any", false, false, true, 47), "value", [], "any", false, false, true, 47)))) {
// line 48
echo "\t";
if ((($context["bg_img_url"] ?? null) != "/")) {
// line 49
echo "\t
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["bg_img_alt"] ?? null), 50, $this->source), "html", null, true);
echo "\" src=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["bg_img_url"] ?? null), 50, $this->source), "html", null, true);
echo "\" />
\t";
}
// line 53
echo "\t
extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_content_vertical_center", [], "any", false, false, true, 54), "value", [], "any", false, false, true, 54)))) {
echo " pos-vertical-center ";
}
echo " \">
";
// line 55
$this->displayBlock('content', $context, $blocks);
// line 58
echo "\t
";
} else {
// line 60
echo " ";
if ((($context["bg_img_url"] ?? null) != "/")) {
// line 61
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["bg_img_alt"] ?? null), 61, $this->source), "html", null, true);
echo "\" src=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["bg_img_url"] ?? null), 61, $this->source), "html", null, true);
echo "\" />
\t";
}
// line 63
echo " ";
}
// line 64
echo "</li>
";
}
// line 55
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
echo "\t
";
// line 56
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 56, $this->source), "field_paragraph_item_classes", "field_paragraph_media_img", "field_content_vertical_center", "field_paragraph_data_overlay"), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/paragraph--paragraph_slider_media_img_item.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 121 => 56, 115 => 55, 110 => 64, 107 => 63, 99 => 61, 96 => 60, 92 => 58, 90 => 55, 84 => 54, 81 => 53, 73 => 50, 70 => 49, 67 => 48, 65 => 47, 51 => 46, 48 => 45, 46 => 44, 44 => 43, 40 => 41,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a paragraph.
*
* Available variables:
* - paragraph: Full paragraph entity.
* Only method names starting with \"get\", \"has\", or \"is\" and a few common
* methods such as \"id\", \"label\", and \"bundle\" are available. For example:
* - paragraph.getCreatedTime() will return the paragraph creation timestamp.
* - paragraph.id(): The paragraph ID.
* - paragraph.bundle(): The type of the paragraph, for example, \"image\" or \"text\".
* - paragraph.getOwnerId(): The user ID of the paragraph author.
* See Drupal\\paragraphs\\Entity\\Paragraph for a full list of public properties
* and methods for the paragraph object.
* - content: All paragraph items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - attributes: HTML attributes for the containing element.
* The attributes.class element may contain one or more of the following
* classes:
* - paragraphs: The current template type (also known as a \"theming hook\").
* - paragraphs--type-[type]: The current paragraphs type. For example, if the paragraph is an
* \"Image\" it would result in \"paragraphs--type--image\". Note that the machine
* name will often be in a short form of the human readable label.
* - paragraphs--view-mode--[view_mode]: The View Mode of the paragraph; for example, a
* preview would result in: \"paragraphs--view-mode--preview\", and
* default: \"paragraphs--view-mode--default\".
* - view_mode: View mode; for example, \"preview\" or \"full\".
* - logged_in: Flag for authenticated user status. Will be true when the
* current user is a logged-in member.
* - is_admin: Flag for admin user status. Will be true when the current user
* is an administrator.
*
* @see template_preprocess_paragraph()
*
* @ingroup themeable
*/
#}
{% set bg_img_url = file_url(content.field_paragraph_media_img[0]['#media'].field_media_image.entity.uri.value) %}
{% set bg_img_alt = content.field_paragraph_media_img[0]['#media'].field_media_image.alt %}
<li if trim endif>
{% if paragraph.field_paragraph_content.value|render|trim %}
\t{% if bg_img_url != '/' %}
\t
\t{% endif %}
\t
{% block content %}\t
{{ content|without('field_paragraph_item_classes','field_paragraph_media_img','field_content_vertical_center','field_paragraph_data_overlay') }}
{% endblock %}
\t
{% else %}
{% if bg_img_url != '/' %}
\t{% endif %}
{% endif %}
</li>
", "themes/stack/templates/paragraph--paragraph_slider_media_img_item.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/paragraph--paragraph_slider_media_img_item.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 43, "if" => 46, "block" => 55);
static $filters = array("escape" => 46, "trim" => 46, "render" => 46, "striptags" => 46, "without" => 56);
static $functions = array("file_url" => 43);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['escape', 'trim', 'render', 'striptags', 'without'],
['file_url']
);
} 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('645f1dae01fbc_paragraph--paragraph_slid_OIlwrsqAbcfjquybxqO6hlj9t', '<?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/stack/templates/paragraph--paragraph_slider_media_img_item.html.twig */
class __TwigTemplate_698433419bb4b2d3065bc1df12eda598ea7786b47d5c68864f592afc6d251675 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 41
echo "
";
// line 43
$context["bg_img_url"] = $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_0 = (($__internal_compile_1 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_media_img", [], "any", false, false, true, 43)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[0] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 43), "entity", [], "any", false, false, true, 43), "uri", [], "any", false, false, true, 43), "value", [], "any", false, false, true, 43), 43, $this->source));
// line 44
$context["bg_img_alt"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_2 = (($__internal_compile_3 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_media_img", [], "any", false, false, true, 44)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[0] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 44), "alt", [], "any", false, false, true, 44);
// line 45
echo "
<li line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_item_classes", [], "any", false, false, true, 46), "value", [], "any", false, false, true, 46), 46, $this->source))), "html", null, true);
echo " ";
if ((($context["bg_img_url"] ?? null) != "/")) {
echo " imagebg ";
}
echo "\" ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_data_overlay", [], "any", false, false, true, 46), "value", [], "any", false, false, true, 46)))) {
echo " data-overlay=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_striptags($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_data_overlay", [], "any", false, false, true, 46), "value", [], "any", false, false, true, 46), 46, $this->source)), "html", null, true);
echo "\" ";
}
echo ">
";
// line 47
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_content", [], "any", false, false, true, 47), "value", [], "any", false, false, true, 47)))) {
// line 48
echo "\t";
if ((($context["bg_img_url"] ?? null) != "/")) {
// line 49
echo "\t
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["bg_img_alt"] ?? null), 50, $this->source), "html", null, true);
echo "\" src=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["bg_img_url"] ?? null), 50, $this->source), "html", null, true);
echo "\" />
\t";
}
// line 53
echo "\t
extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_content_vertical_center", [], "any", false, false, true, 54), "value", [], "any", false, false, true, 54)))) {
echo " pos-vertical-center ";
}
echo " \">
";
// line 55
$this->displayBlock('content', $context, $blocks);
// line 58
echo "\t
";
} else {
// line 60
echo " ";
if ((($context["bg_img_url"] ?? null) != "/")) {
// line 61
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["bg_img_alt"] ?? null), 61, $this->source), "html", null, true);
echo "\" src=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["bg_img_url"] ?? null), 61, $this->source), "html", null, true);
echo "\" />
\t";
}
// line 63
echo " ";
}
// line 64
echo "</li>
";
}
// line 55
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
echo "\t
";
// line 56
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 56, $this->source), "field_paragraph_item_classes", "field_paragraph_media_img", "field_content_vertical_center", "field_paragraph_data_overlay"), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/paragraph--paragraph_slider_media_img_item.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 121 => 56, 115 => 55, 110 => 64, 107 => 63, 99 => 61, 96 => 60, 92 => 58, 90 => 55, 84 => 54, 81 => 53, 73 => 50, 70 => 49, 67 => 48, 65 => 47, 51 => 46, 48 => 45, 46 => 44, 44 => 43, 40 => 41,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a paragraph.
*
* Available variables:
* - paragraph: Full paragraph entity.
* Only method names starting with \"get\", \"has\", or \"is\" and a few common
* methods such as \"id\", \"label\", and \"bundle\" are available. For example:
* - paragraph.getCreatedTime() will return the paragraph creation timestamp.
* - paragraph.id(): The paragraph ID.
* - paragraph.bundle(): The type of the paragraph, for example, \"image\" or \"text\".
* - paragraph.getOwnerId(): The user ID of the paragraph author.
* See Drupal\\paragraphs\\Entity\\Paragraph for a full list of public properties
* and methods for the paragraph object.
* - content: All paragraph items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - attributes: HTML attributes for the containing element.
* The attributes.class element may contain one or more of the following
* classes:
* - paragraphs: The current template type (also known as a \"theming hook\").
* - paragraphs--type-[type]: The current paragraphs type. For example, if the paragraph is an
* \"Image\" it would result in \"paragraphs--type--image\". Note that the machine
* name will often be in a short form of the human readable label.
* - paragraphs--view-mode--[view_mode]: The View Mode of the paragraph; for example, a
* preview would result in: \"paragraphs--view-mode--preview\", and
* default: \"paragraphs--view-mode--default\".
* - view_mode: View mode; for example, \"preview\" or \"full\".
* - logged_in: Flag for authenticated user status. Will be true when the
* current user is a logged-in member.
* - is_admin: Flag for admin user status. Will be true when the current user
* is an administrator.
*
* @see template_preprocess_paragraph()
*
* @ingroup themeable
*/
#}
{% set bg_img_url = file_url(content.field_paragraph_media_img[0]['#media'].field_media_image.entity.uri.value) %}
{% set bg_img_alt = content.field_paragraph_media_img[0]['#media'].field_media_image.alt %}
<li if trim endif>
{% if paragraph.field_paragraph_content.value|render|trim %}
\t{% if bg_img_url != '/' %}
\t
\t{% endif %}
\t
{% block content %}\t
{{ content|without('field_paragraph_item_classes','field_paragraph_media_img','field_content_vertical_center','field_paragraph_data_overlay') }}
{% endblock %}
\t
{% else %}
{% if bg_img_url != '/' %}
\t{% endif %}
{% endif %}
</li>
", "themes/stack/templates/paragraph--paragraph_slider_media_img_item.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/paragraph--paragraph_slider_media_img_item.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 43, "if" => 46, "block" => 55);
static $filters = array("escape" => 46, "trim" => 46, "render" => 46, "striptags" => 46, "without" => 56);
static $functions = array("file_url" => 43);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['escape', 'trim', 'render', 'striptags', 'without'],
['file_url']
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_698433419bb4b2d3065bc1df12eda598ea7786b47d5c68864f592afc6d251675', 'themes/stack/templates/paragraph--paragraph_slider_media_img_item.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/paragraph--paragraph_slider_media_img_item.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/paragraph--paragraph_slider_media_img_item.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
__TwigTemplate_13493eb340e72de44b159b455dbfe43b60093121bb6d23bcb4d172ba19c3147c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraph_slider_item.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 81)
__TwigTemplate_0094f0a47580a5e544e65ceaf4e675f8fdab3c8fa810ad6be583d9859b034575->block_paragraph(Array, Array) (Line: 182)
Twig\Template->displayBlock('paragraph', Array, Array) (Line: 45)
__TwigTemplate_0094f0a47580a5e544e65ceaf4e675f8fdab3c8fa810ad6be583d9859b034575->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/paragraph--paragraph_sliders_block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
__TwigTemplate_f4131ec538ef2ea6dba25ff549389f014a5dafdf5df46b64bc21ecd06c667649->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraphs.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
__TwigTemplate_8ad0a14026787987843c0e1364d6903c44c7dc4459a043cfade0edc76aec97d7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_paragraph--paragraph_bloc_0PksKN6AwIE7UkcGrEnT-J49X', '<?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/stack/templates/paragraph--paragraph_block.html.twig */
class __TwigTemplate_8967bf227aa96f22a3e38179d41cbc741835b52ae0b23e7a60c729fb9c291160 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'paragraph' => [$this, 'block_paragraph'],
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 42
$context["classes"] = [0 => "paragraph", 1 => ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 44
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 44), 44, $this->source))), 2 => twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 45
($context["paragraph"] ?? null), "field_paragraph_extra_class", [], "any", false, false, true, 45), "value", [], "any", false, false, true, 45), 45, $this->source))), 3 => (( // line 46
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 46, $this->source)))) : (""))];
// line 49
$context["bg_img_url"] = $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_0 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_background_image", [], "any", false, false, true, 49)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#items"] ?? null) : null), "entity", [], "any", false, false, true, 49), "uri", [], "any", false, false, true, 49), "value", [], "any", false, false, true, 49), 49, $this->source));
// line 50
$this->displayBlock('paragraph', $context, $blocks);
}
public function block_paragraph($context, array $blocks = [])
{
$macros = $this->macros;
// line 51
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 53), 53, $this->source), "html", null, true);
echo " ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 53), "value", [], "any", false, false, true, 53)))) {
echo " id=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 53), "value", [], "any", false, false, true, 53), 53, $this->source))), "html", null, true);
echo "\" ";
}
echo " ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_data_gradient_bg", [], "any", false, false, true, 53), "value", [], "any", false, false, true, 53)))) {
echo " data-gradient-bg=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_data_gradient_bg", [], "any", false, false, true, 53), "value", [], "any", false, false, true, 53), 53, $this->source))), "html", null, true);
echo "\" ";
}
echo " >
extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_content_vertical_center", [], "any", false, false, true, 54), "value", [], "any", false, false, true, 54)))) {
echo " pos-vertical-center ";
}
echo " \">
";
// line 55
$this->displayBlock('content', $context, $blocks);
// line 58
echo "\t
";
}
// line 55
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
echo "\t
";
// line 56
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 56, $this->source), "field_paragraph_extra_class", "field_content_vertical_center", "field_paragraph_id", "field_data_gradient_bg"), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/paragraph--paragraph_block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 95 => 56, 89 => 55, 83 => 58, 81 => 55, 75 => 54, 59 => 53, 55 => 51, 48 => 50, 46 => 49, 44 => 46, 43 => 45, 42 => 44, 41 => 42,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a paragraph.
*
* Available variables:
* - paragraph: Full paragraph entity.
* Only method names starting with \"get\", \"has\", or \"is\" and a few common
* methods such as \"id\", \"label\", and \"bundle\" are available. For example:
* - paragraph.getCreatedTime() will return the paragraph creation timestamp.
* - paragraph.id(): The paragraph ID.
* - paragraph.bundle(): The type of the paragraph, for example, \"image\" or \"text\".
* - paragraph.getOwnerId(): The user ID of the paragraph author.
* See Drupal\\paragraphs\\Entity\\Paragraph for a full list of public properties
* and methods for the paragraph object.
* - content: All paragraph items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - attributes: HTML attributes for the containing element.
* The attributes.class element may contain one or more of the following
* classes:
* - paragraphs: The current template type (also known as a \"theming hook\").
* - paragraphs--type-[type]: The current paragraphs type. For example, if the paragraph is an
* \"Image\" it would result in \"paragraphs--type--image\". Note that the machine
* name will often be in a short form of the human readable label.
* - paragraphs--view-mode--[view_mode]: The View Mode of the paragraph; for example, a
* preview would result in: \"paragraphs--view-mode--preview\", and
* default: \"paragraphs--view-mode--default\".
* - view_mode: View mode; for example, \"preview\" or \"full\".
* - logged_in: Flag for authenticated user status. Will be true when the
* current user is a logged-in member.
* - is_admin: Flag for admin user status. Will be true when the current user
* is an administrator.
*
* @see template_preprocess_paragraph()
*
* @ingroup themeable
*/
#}
{%
set classes = [
'paragraph',
'paragraph--type--' ~ paragraph.bundle|clean_class,
\tparagraph.field_paragraph_extra_class.value|render|trim,
view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class,
]
%}
{% set bg_img_url = file_url(content.field_paragraph_background_image['#items'].entity.uri.value) %}
{% block paragraph %}
{% block content %}\t
{{ content|without('field_paragraph_extra_class','field_content_vertical_center','field_paragraph_id','field_data_gradient_bg') }}
{% endblock %}
\t
{% endblock paragraph %}
", "themes/stack/templates/paragraph--paragraph_block.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/paragraph--paragraph_block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 42, "block" => 50, "if" => 53);
static $filters = array("clean_class" => 44, "trim" => 45, "render" => 45, "escape" => 53, "without" => 56);
static $functions = array("file_url" => 49);
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'trim', 'render', 'escape', 'without'],
['file_url']
);
} 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('645f1dae01fbc_paragraph--paragraph_bloc_0PksKN6AwIE7UkcGrEnT-J49X', '<?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/stack/templates/paragraph--paragraph_block.html.twig */
class __TwigTemplate_8967bf227aa96f22a3e38179d41cbc741835b52ae0b23e7a60c729fb9c291160 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'paragraph' => [$this, 'block_paragraph'],
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 42
$context["classes"] = [0 => "paragraph", 1 => ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 44
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 44), 44, $this->source))), 2 => twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 45
($context["paragraph"] ?? null), "field_paragraph_extra_class", [], "any", false, false, true, 45), "value", [], "any", false, false, true, 45), 45, $this->source))), 3 => (( // line 46
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 46, $this->source)))) : (""))];
// line 49
$context["bg_img_url"] = $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_0 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_background_image", [], "any", false, false, true, 49)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#items"] ?? null) : null), "entity", [], "any", false, false, true, 49), "uri", [], "any", false, false, true, 49), "value", [], "any", false, false, true, 49), 49, $this->source));
// line 50
$this->displayBlock('paragraph', $context, $blocks);
}
public function block_paragraph($context, array $blocks = [])
{
$macros = $this->macros;
// line 51
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 53), 53, $this->source), "html", null, true);
echo " ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 53), "value", [], "any", false, false, true, 53)))) {
echo " id=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 53), "value", [], "any", false, false, true, 53), 53, $this->source))), "html", null, true);
echo "\" ";
}
echo " ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_data_gradient_bg", [], "any", false, false, true, 53), "value", [], "any", false, false, true, 53)))) {
echo " data-gradient-bg=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_data_gradient_bg", [], "any", false, false, true, 53), "value", [], "any", false, false, true, 53), 53, $this->source))), "html", null, true);
echo "\" ";
}
echo " >
extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_content_vertical_center", [], "any", false, false, true, 54), "value", [], "any", false, false, true, 54)))) {
echo " pos-vertical-center ";
}
echo " \">
";
// line 55
$this->displayBlock('content', $context, $blocks);
// line 58
echo "\t
";
}
// line 55
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
echo "\t
";
// line 56
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 56, $this->source), "field_paragraph_extra_class", "field_content_vertical_center", "field_paragraph_id", "field_data_gradient_bg"), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/paragraph--paragraph_block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 95 => 56, 89 => 55, 83 => 58, 81 => 55, 75 => 54, 59 => 53, 55 => 51, 48 => 50, 46 => 49, 44 => 46, 43 => 45, 42 => 44, 41 => 42,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a paragraph.
*
* Available variables:
* - paragraph: Full paragraph entity.
* Only method names starting with \"get\", \"has\", or \"is\" and a few common
* methods such as \"id\", \"label\", and \"bundle\" are available. For example:
* - paragraph.getCreatedTime() will return the paragraph creation timestamp.
* - paragraph.id(): The paragraph ID.
* - paragraph.bundle(): The type of the paragraph, for example, \"image\" or \"text\".
* - paragraph.getOwnerId(): The user ID of the paragraph author.
* See Drupal\\paragraphs\\Entity\\Paragraph for a full list of public properties
* and methods for the paragraph object.
* - content: All paragraph items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - attributes: HTML attributes for the containing element.
* The attributes.class element may contain one or more of the following
* classes:
* - paragraphs: The current template type (also known as a \"theming hook\").
* - paragraphs--type-[type]: The current paragraphs type. For example, if the paragraph is an
* \"Image\" it would result in \"paragraphs--type--image\". Note that the machine
* name will often be in a short form of the human readable label.
* - paragraphs--view-mode--[view_mode]: The View Mode of the paragraph; for example, a
* preview would result in: \"paragraphs--view-mode--preview\", and
* default: \"paragraphs--view-mode--default\".
* - view_mode: View mode; for example, \"preview\" or \"full\".
* - logged_in: Flag for authenticated user status. Will be true when the
* current user is a logged-in member.
* - is_admin: Flag for admin user status. Will be true when the current user
* is an administrator.
*
* @see template_preprocess_paragraph()
*
* @ingroup themeable
*/
#}
{%
set classes = [
'paragraph',
'paragraph--type--' ~ paragraph.bundle|clean_class,
\tparagraph.field_paragraph_extra_class.value|render|trim,
view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class,
]
%}
{% set bg_img_url = file_url(content.field_paragraph_background_image['#items'].entity.uri.value) %}
{% block paragraph %}
{% block content %}\t
{{ content|without('field_paragraph_extra_class','field_content_vertical_center','field_paragraph_id','field_data_gradient_bg') }}
{% endblock %}
\t
{% endblock paragraph %}
", "themes/stack/templates/paragraph--paragraph_block.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/paragraph--paragraph_block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 42, "block" => 50, "if" => 53);
static $filters = array("clean_class" => 44, "trim" => 45, "render" => 45, "escape" => 53, "without" => 56);
static $functions = array("file_url" => 49);
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'trim', 'render', 'escape', 'without'],
['file_url']
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_8967bf227aa96f22a3e38179d41cbc741835b52ae0b23e7a60c729fb9c291160', 'themes/stack/templates/paragraph--paragraph_block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/paragraph--paragraph_block.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/paragraph--paragraph_block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
__TwigTemplate_f4131ec538ef2ea6dba25ff549389f014a5dafdf5df46b64bc21ecd06c667649->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraphs.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
__TwigTemplate_8ad0a14026787987843c0e1364d6903c44c7dc4459a043cfade0edc76aec97d7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_field.html.twig_eeGNm9NM8p0XyhikYJWzBbP0x', '<?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/stack/templates/field.html.twig */
class __TwigTemplate_1634df59f76918d2f441a10a2c097e2258145deb33cffe51f225ec20dfa71bc9 extends \Twig\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 42
$context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 44
($context["field_name"] ?? null), 44, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 45
($context["field_type"] ?? null), 45, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed( // line 46
($context["label_display"] ?? null), 46, $this->source))];
// line 50
$context["title_classes"] = [0 => "field--label", 1 => ((( // line 52
($context["label_display"] ?? null) == "visually_hidden")) ? ("sr-only") : (""))];
// line 55
echo "
";
// line 56
if (($context["label_hidden"] ?? null)) {
// line 57
echo " ";
if (($context["multiple"] ?? null)) {
// line 58
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null), 1 => "field--items"], "method", false, false, true, 58), 58, $this->source), "html", null, true);
echo ">
";
// line 59
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 60
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 60), "addClass", [0 => "field--item"], "method", false, false, true, 60), 60, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 60), 60, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 62
echo "
";
} else {
// line 64
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 65
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null), 1 => "field--item"], "method", false, false, true, 65), 65, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 67
echo " ";
}
} else {
// line 69
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 69), 69, $this->source), "html", null, true);
echo ">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method", false, false, true, 70), 70, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 70, $this->source), "html", null, true);
echo "
";
// line 71
if (($context["multiple"] ?? null)) {
// line 72
echo "
";
}
// line 74
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 75
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 75), "addClass", [0 => "field--item"], "method", false, false, true, 75), 75, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 75), 75, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 77
echo " ";
if (($context["multiple"] ?? null)) {
// line 78
echo "
";
}
// line 80
echo "
";
}
}
public function getTemplateName()
{
return "themes/stack/templates/field.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 139 => 80, 135 => 78, 132 => 77, 121 => 75, 116 => 74, 112 => 72, 110 => 71, 104 => 70, 99 => 69, 95 => 67, 84 => 65, 79 => 64, 75 => 62, 64 => 60, 60 => 59, 55 => 58, 52 => 57, 50 => 56, 47 => 55, 45 => 52, 44 => 50, 42 => 46, 41 => 45, 40 => 44, 39 => 42,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for a field.
*
* To override output, copy the \"field.html.twig\" from the templates directory
* to your theme's directory and customize it, just like customizing other
* Drupal templates such as page.html.twig or node.html.twig.
*
* Instead of overriding the theming for all fields, you can also just override
* theming for a subset of fields using
* @link themeable Theme hook suggestions. @endlink For example,
* here are some theme hook suggestions that can be used for a field_foo field
* on an article node type:
* - field--node--field-foo--article.html.twig
* - field--node--field-foo.html.twig
* - field--node--article.html.twig
* - field--field-foo.html.twig
* - field--text-with-summary.html.twig
* - field.html.twig
*
* Available variables:
* - attributes: HTML attributes for the containing element.
* - label_hidden: Whether to show the field label or not.
* - title_attributes: HTML attributes for the title.
* - label: The label for the field.
* - multiple: TRUE if a field can contain multiple items.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item's content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
*
* @ingroup templates
*
* @see template_preprocess_field()
*/
#}
{%
set classes = [
'field',
'field--name-' ~ field_name|clean_class,
'field--type-' ~ field_type|clean_class,
'field--label-' ~ label_display,
]
%}
{%
set title_classes = [
'field--label',
label_display == 'visually_hidden' ? 'sr-only',
]
%}
{% if label_hidden %}
{% if multiple %}
{% for item in items %}
{{ item.content }}
{% endfor %}
{% else %}
{% for item in items %}
{{ item.content }}
{% endfor %}
{% endif %}
{% else %}
{{ label }}
{% if multiple %}
{% endif %}
{% for item in items %}
{{ item.content }}
{% endfor %}
{% if multiple %}
{% endif %}
{% endif %}
", "themes/stack/templates/field.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/field.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 42, "if" => 56, "for" => 59);
static $filters = array("clean_class" => 44, "escape" => 58);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'for'],
['clean_class', 'escape'],
[]
);
} 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('645f1dae01fbc_field.html.twig_eeGNm9NM8p0XyhikYJWzBbP0x', '<?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/stack/templates/field.html.twig */
class __TwigTemplate_1634df59f76918d2f441a10a2c097e2258145deb33cffe51f225ec20dfa71bc9 extends \Twig\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 42
$context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 44
($context["field_name"] ?? null), 44, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 45
($context["field_type"] ?? null), 45, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed( // line 46
($context["label_display"] ?? null), 46, $this->source))];
// line 50
$context["title_classes"] = [0 => "field--label", 1 => ((( // line 52
($context["label_display"] ?? null) == "visually_hidden")) ? ("sr-only") : (""))];
// line 55
echo "
";
// line 56
if (($context["label_hidden"] ?? null)) {
// line 57
echo " ";
if (($context["multiple"] ?? null)) {
// line 58
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null), 1 => "field--items"], "method", false, false, true, 58), 58, $this->source), "html", null, true);
echo ">
";
// line 59
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 60
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 60), "addClass", [0 => "field--item"], "method", false, false, true, 60), 60, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 60), 60, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 62
echo "
";
} else {
// line 64
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 65
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null), 1 => "field--item"], "method", false, false, true, 65), 65, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 67
echo " ";
}
} else {
// line 69
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 69), 69, $this->source), "html", null, true);
echo ">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method", false, false, true, 70), 70, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 70, $this->source), "html", null, true);
echo "
";
// line 71
if (($context["multiple"] ?? null)) {
// line 72
echo "
";
}
// line 74
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 75
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 75), "addClass", [0 => "field--item"], "method", false, false, true, 75), 75, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 75), 75, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 77
echo " ";
if (($context["multiple"] ?? null)) {
// line 78
echo "
";
}
// line 80
echo "
";
}
}
public function getTemplateName()
{
return "themes/stack/templates/field.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 139 => 80, 135 => 78, 132 => 77, 121 => 75, 116 => 74, 112 => 72, 110 => 71, 104 => 70, 99 => 69, 95 => 67, 84 => 65, 79 => 64, 75 => 62, 64 => 60, 60 => 59, 55 => 58, 52 => 57, 50 => 56, 47 => 55, 45 => 52, 44 => 50, 42 => 46, 41 => 45, 40 => 44, 39 => 42,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for a field.
*
* To override output, copy the \"field.html.twig\" from the templates directory
* to your theme's directory and customize it, just like customizing other
* Drupal templates such as page.html.twig or node.html.twig.
*
* Instead of overriding the theming for all fields, you can also just override
* theming for a subset of fields using
* @link themeable Theme hook suggestions. @endlink For example,
* here are some theme hook suggestions that can be used for a field_foo field
* on an article node type:
* - field--node--field-foo--article.html.twig
* - field--node--field-foo.html.twig
* - field--node--article.html.twig
* - field--field-foo.html.twig
* - field--text-with-summary.html.twig
* - field.html.twig
*
* Available variables:
* - attributes: HTML attributes for the containing element.
* - label_hidden: Whether to show the field label or not.
* - title_attributes: HTML attributes for the title.
* - label: The label for the field.
* - multiple: TRUE if a field can contain multiple items.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item's content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
*
* @ingroup templates
*
* @see template_preprocess_field()
*/
#}
{%
set classes = [
'field',
'field--name-' ~ field_name|clean_class,
'field--type-' ~ field_type|clean_class,
'field--label-' ~ label_display,
]
%}
{%
set title_classes = [
'field--label',
label_display == 'visually_hidden' ? 'sr-only',
]
%}
{% if label_hidden %}
{% if multiple %}
{% for item in items %}
{{ item.content }}
{% endfor %}
{% else %}
{% for item in items %}
{{ item.content }}
{% endfor %}
{% endif %}
{% else %}
{{ label }}
{% if multiple %}
{% endif %}
{% for item in items %}
{{ item.content }}
{% endfor %}
{% if multiple %}
{% endif %}
{% endif %}
", "themes/stack/templates/field.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/field.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 42, "if" => 56, "for" => 59);
static $filters = array("clean_class" => 44, "escape" => 58);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'for'],
['clean_class', 'escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_1634df59f76918d2f441a10a2c097e2258145deb33cffe51f225ec20dfa71bc9', 'themes/stack/templates/field.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/field.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 95)
__TwigTemplate_8967bf227aa96f22a3e38179d41cbc741835b52ae0b23e7a60c729fb9c291160->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 81)
__TwigTemplate_8967bf227aa96f22a3e38179d41cbc741835b52ae0b23e7a60c729fb9c291160->block_paragraph(Array, Array) (Line: 182)
Twig\Template->displayBlock('paragraph', Array, Array) (Line: 48)
__TwigTemplate_8967bf227aa96f22a3e38179d41cbc741835b52ae0b23e7a60c729fb9c291160->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/paragraph--paragraph_block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
__TwigTemplate_f4131ec538ef2ea6dba25ff549389f014a5dafdf5df46b64bc21ecd06c667649->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraphs.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
__TwigTemplate_8ad0a14026787987843c0e1364d6903c44c7dc4459a043cfade0edc76aec97d7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_html.html.twig_zo0sGQCVyJNma3FpeC-ILk6gi', '<?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/stack/templates/html.html.twig */
class __TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7 extends \Twig\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 48
$context["body_classes"] = [0 => (( // line 49
($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), 1 => (( ! // line 50
($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-not-frontpage path-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["root_path"] ?? null), 50, $this->source))))), 2 => (( // line 51
($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["node_type"] ?? null), 51, $this->source)))) : ("")), 3 => (( // line 52
($context["db_offline"] ?? null)) ? ("db-offline") : ("")), 4 => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 53
($context["theme"] ?? null), "settings", [], "any", false, false, true, 53), "navbar_position", [], "any", false, false, true, 53)) ? (("navbar-is-" . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 53), "navbar_position", [], "any", false, false, true, 53), 53, $this->source))) : ("")), 5 => ((twig_get_attribute($this->env, $this->source, // line 54
($context["theme"] ?? null), "has_glyphicons", [], "any", false, false, true, 54)) ? ("has-glyphicons") : ("")), 6 => // line 55
($context["mainmenu_hover"] ?? null)];
// line 58
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null), 59, $this->source), "html", null, true);
echo ">
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 61, $this->source));
echo "\">
";
// line 62
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 62, $this->source), " | "));
echo "
\t
\t
\t
\t
\t
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 68, $this->source));
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 69, $this->source));
echo "\">
";
// line 71
if (((($__internal_compile_0 = ($context["html_attributes"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["dir"] ?? null) : null) == "ltr")) {
// line 72
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("stack/global-styling"), "html", null, true);
echo "
";
} elseif (((($__internal_compile_1 = // line 73
($context["html_attributes"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["dir"] ?? null) : null) == "rtl")) {
// line 74
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("stack/global-styling-rtl"), "html", null, true);
echo "
";
}
// line 76
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["body_classes"] ?? null)], "method", false, false, true, 78), 78, $this->source), "html", null, true);
echo ">
<a>
";
// line 80
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Skip to main content"));
echo "
</a>
";
// line 82
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null), 82, $this->source), "html", null, true);
echo "
";
// line 83
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 83, $this->source), "html", null, true);
echo "
";
// line 84
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null), 84, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 85, $this->source));
echo "\">
";
}
public function getTemplateName()
{
return "themes/stack/templates/html.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 119 => 85, 115 => 84, 111 => 83, 107 => 82, 102 => 80, 97 => 78, 93 => 76, 87 => 74, 85 => 73, 80 => 72, 78 => 71, 73 => 69, 69 => 68, 60 => 62, 56 => 61, 51 => 59, 48 => 58, 46 => 55, 45 => 54, 44 => 53, 43 => 52, 42 => 51, 41 => 50, 40 => 49, 39 => 48,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display the basic html structure of a single
* Drupal page.
*
* Variables:
* - \$css: An array of CSS files for the current page.
* - \$language: (object) The language the site is being displayed in.
* \$language->language contains its textual representation.
* \$language->dir contains the language direction. It will either be 'ltr' or
* 'rtl'.
* - \$rdf_namespaces: All the RDF namespace prefixes used in the HTML document.
* - \$grddl_profile: A GRDDL profile allowing agents to extract the RDF data.
* - \$head_title: A modified version of the page title, for use in the TITLE
* tag.
* - \$head_title_array: (array) An associative array containing the string parts
* that were used to generate the \$head_title variable, already prepared to be
* output as TITLE tag. The key/value pairs may contain one or more of the
* following, depending on conditions:
* - title: The title of the current page, if any.
* - name: The name of the site.
* - slogan: The slogan of the site, if any, and if there is no title.
* - \$head: Markup for the HEAD section (including meta tags, keyword tags, and
* so on).
* - \$styles: Style tags necessary to import all CSS files for the page.
* - \$scripts: Script tags necessary to load the JavaScript files and settings
* for the page.
* - \$page_top: Initial markup from any modules that have altered the
* page. This variable should always be output first, before all other dynamic
* content.
* - \$page: The rendered page content.
* - \$page_bottom: Final closing markup from any modules that have altered the
* page. This variable should always be output last, after all other dynamic
* content.
* - \$classes String of classes that can be used to style contextually through
* CSS.
*
* @ingroup templates
*
* @see bootstrap_preprocess_html()
* @see template_preprocess()
* @see template_preprocess_html()
* @see template_process()
*/
#}
{%
set body_classes = [
logged_in ? 'user-logged-in',
not root_path ? 'path-frontpage' : 'path-not-frontpage path-' ~ root_path|clean_class,
node_type ? 'page-node-type-' ~ node_type|clean_class,
db_offline ? 'db-offline',
theme.settings.navbar_position ? 'navbar-is-' ~ theme.settings.navbar_position,
theme.has_glyphicons ? 'has-glyphicons',
mainmenu_hover
]
%}
{{ head_title|safe_join(' | ') }}
\t
\t
\t
\t
\t
{% if html_attributes['dir'] == 'ltr' %}
{{ attach_library('stack/global-styling') }}
{% elseif html_attributes['dir'] == 'rtl' %}
{{ attach_library('stack/global-styling-rtl') }}
{% endif %}
<a>
{{ 'Skip to main content'|t }}
</a>
{{ page_top }}
{{ page }}
{{ page_bottom }}
", "themes/stack/templates/html.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/html.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 48, "if" => 71);
static $filters = array("clean_class" => 50, "escape" => 59, "raw" => 61, "safe_join" => 62, "t" => 80);
static $functions = array("attach_library" => 72);
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['clean_class', 'escape', 'raw', 'safe_join', 't'],
['attach_library']
);
} 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('645f1dae01fbc_html.html.twig_zo0sGQCVyJNma3FpeC-ILk6gi', '<?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/stack/templates/html.html.twig */
class __TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7 extends \Twig\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 48
$context["body_classes"] = [0 => (( // line 49
($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), 1 => (( ! // line 50
($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-not-frontpage path-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["root_path"] ?? null), 50, $this->source))))), 2 => (( // line 51
($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["node_type"] ?? null), 51, $this->source)))) : ("")), 3 => (( // line 52
($context["db_offline"] ?? null)) ? ("db-offline") : ("")), 4 => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 53
($context["theme"] ?? null), "settings", [], "any", false, false, true, 53), "navbar_position", [], "any", false, false, true, 53)) ? (("navbar-is-" . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 53), "navbar_position", [], "any", false, false, true, 53), 53, $this->source))) : ("")), 5 => ((twig_get_attribute($this->env, $this->source, // line 54
($context["theme"] ?? null), "has_glyphicons", [], "any", false, false, true, 54)) ? ("has-glyphicons") : ("")), 6 => // line 55
($context["mainmenu_hover"] ?? null)];
// line 58
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null), 59, $this->source), "html", null, true);
echo ">
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 61, $this->source));
echo "\">
";
// line 62
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 62, $this->source), " | "));
echo "
\t
\t
\t
\t
\t
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 68, $this->source));
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 69, $this->source));
echo "\">
";
// line 71
if (((($__internal_compile_0 = ($context["html_attributes"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["dir"] ?? null) : null) == "ltr")) {
// line 72
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("stack/global-styling"), "html", null, true);
echo "
";
} elseif (((($__internal_compile_1 = // line 73
($context["html_attributes"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["dir"] ?? null) : null) == "rtl")) {
// line 74
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("stack/global-styling-rtl"), "html", null, true);
echo "
";
}
// line 76
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["body_classes"] ?? null)], "method", false, false, true, 78), 78, $this->source), "html", null, true);
echo ">
<a>
";
// line 80
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Skip to main content"));
echo "
</a>
";
// line 82
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null), 82, $this->source), "html", null, true);
echo "
";
// line 83
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 83, $this->source), "html", null, true);
echo "
";
// line 84
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null), 84, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 85, $this->source));
echo "\">
";
}
public function getTemplateName()
{
return "themes/stack/templates/html.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 119 => 85, 115 => 84, 111 => 83, 107 => 82, 102 => 80, 97 => 78, 93 => 76, 87 => 74, 85 => 73, 80 => 72, 78 => 71, 73 => 69, 69 => 68, 60 => 62, 56 => 61, 51 => 59, 48 => 58, 46 => 55, 45 => 54, 44 => 53, 43 => 52, 42 => 51, 41 => 50, 40 => 49, 39 => 48,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display the basic html structure of a single
* Drupal page.
*
* Variables:
* - \$css: An array of CSS files for the current page.
* - \$language: (object) The language the site is being displayed in.
* \$language->language contains its textual representation.
* \$language->dir contains the language direction. It will either be 'ltr' or
* 'rtl'.
* - \$rdf_namespaces: All the RDF namespace prefixes used in the HTML document.
* - \$grddl_profile: A GRDDL profile allowing agents to extract the RDF data.
* - \$head_title: A modified version of the page title, for use in the TITLE
* tag.
* - \$head_title_array: (array) An associative array containing the string parts
* that were used to generate the \$head_title variable, already prepared to be
* output as TITLE tag. The key/value pairs may contain one or more of the
* following, depending on conditions:
* - title: The title of the current page, if any.
* - name: The name of the site.
* - slogan: The slogan of the site, if any, and if there is no title.
* - \$head: Markup for the HEAD section (including meta tags, keyword tags, and
* so on).
* - \$styles: Style tags necessary to import all CSS files for the page.
* - \$scripts: Script tags necessary to load the JavaScript files and settings
* for the page.
* - \$page_top: Initial markup from any modules that have altered the
* page. This variable should always be output first, before all other dynamic
* content.
* - \$page: The rendered page content.
* - \$page_bottom: Final closing markup from any modules that have altered the
* page. This variable should always be output last, after all other dynamic
* content.
* - \$classes String of classes that can be used to style contextually through
* CSS.
*
* @ingroup templates
*
* @see bootstrap_preprocess_html()
* @see template_preprocess()
* @see template_preprocess_html()
* @see template_process()
*/
#}
{%
set body_classes = [
logged_in ? 'user-logged-in',
not root_path ? 'path-frontpage' : 'path-not-frontpage path-' ~ root_path|clean_class,
node_type ? 'page-node-type-' ~ node_type|clean_class,
db_offline ? 'db-offline',
theme.settings.navbar_position ? 'navbar-is-' ~ theme.settings.navbar_position,
theme.has_glyphicons ? 'has-glyphicons',
mainmenu_hover
]
%}
{{ head_title|safe_join(' | ') }}
\t
\t
\t
\t
\t
{% if html_attributes['dir'] == 'ltr' %}
{{ attach_library('stack/global-styling') }}
{% elseif html_attributes['dir'] == 'rtl' %}
{{ attach_library('stack/global-styling-rtl') }}
{% endif %}
<a>
{{ 'Skip to main content'|t }}
</a>
{{ page_top }}
{{ page }}
{{ page_bottom }}
", "themes/stack/templates/html.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/html.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 48, "if" => 71);
static $filters = array("clean_class" => 50, "escape" => 59, "raw" => 61, "safe_join" => 62, "t" => 80);
static $functions = array("attach_library" => 72);
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['clean_class', 'escape', 'raw', 'safe_join', 't'],
['attach_library']
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7', 'themes/stack/templates/html.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/html.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_page.html.twig_um42vkByVMyNR42MmnftDb-8a', '<?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/stack/templates/page.html.twig */
class __TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'navbar' => [$this, 'block_navbar'],
'header_first' => [$this, 'block_header_first'],
'header_second' => [$this, 'block_header_second'],
'title' => [$this, 'block_title'],
'main' => [$this, 'block_main'],
'sidebar_first' => [$this, 'block_sidebar_first'],
'highlighted' => [$this, 'block_highlighted'],
'breadcrumb' => [$this, 'block_breadcrumb'],
'action_links' => [$this, 'block_action_links'],
'help' => [$this, 'block_help'],
'content' => [$this, 'block_content'],
'sidebar_second' => [$this, 'block_sidebar_second'],
'footer' => [$this, 'block_footer'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 59
$context["container"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 59), "fluid_container", [], "any", false, false, true, 59)) ? ("container-fluid") : ("container"));
// line 60
echo "
<a></a>
";
// line 62
if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "user_left", [], "any", false, false, true, 62) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "user_right", [], "any", false, false, true, 62))) {
// line 63
echo "\t
\t ";
// line 64
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "user_left", [], "any", false, false, true, 64)) {
// line 65
echo "\t
\t ";
// line 66
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "user_left", [], "any", false, false, true, 66), 66, $this->source), "html", null, true);
echo "
\t
";
}
// line 69
echo "
\t ";
// line 70
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "user_right", [], "any", false, false, true, 70)) {
// line 71
echo "\t
\t ";
// line 72
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "user_right", [], "any", false, false, true, 72), 72, $this->source), "html", null, true);
echo "
\t
";
}
// line 75
echo "\t
";
}
// line 77
echo "\t
";
// line 79
echo "
";
// line 80
if (((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 80) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 80)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "branding", [], "any", false, false, true, 80))) {
// line 81
echo " ";
$this->displayBlock('navbar', $context, $blocks);
}
// line 145
echo "
";
// line 148
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header_first", [], "any", false, false, true, 148)) {
// line 149
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null), 150, $this->source), "html", null, true);
echo " \">
";
// line 154
echo "\t
\t ";
// line 156
$context["header_first_classes"] = [0 => ((twig_get_attribute($this->env, $this->source, // line 157
($context["page"] ?? null), "header_second", [], "any", false, false, true, 157)) ? ("col-sm-9") : ("")), 1 => ((twig_test_empty(twig_get_attribute($this->env, $this->source, // line 158
($context["page"] ?? null), "header_second", [], "any", false, false, true, 158))) ? ("col-sm-12") : (""))];
// line 161
echo "\t
";
// line 162
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header_first", [], "any", false, false, true, 162)) {
// line 163
echo " ";
$this->displayBlock('header_first', $context, $blocks);
// line 168
echo " ";
}
// line 169
echo "\t
\t ";
// line 171
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header_second", [], "any", false, false, true, 171)) {
// line 172
echo " ";
$this->displayBlock('header_second', $context, $blocks);
// line 177
echo " ";
}
// line 178
echo "\t
\t
";
}
// line 184
echo "
";
// line 186
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "title", [], "any", false, false, true, 186)) {
// line 187
echo "
";
// line 189
echo " ";
$this->displayBlock('title', $context, $blocks);
// line 191
echo "\t
";
}
// line 195
echo "
";
// line 197
$this->displayBlock('main', $context, $blocks);
// line 274
echo "
";
// line 275
if (((((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_first", [], "any", false, false, true, 275) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_second", [], "any", false, false, true, 275)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_third", [], "any", false, false, true, 275)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_fouth", [], "any", false, false, true, 275)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 275))) {
// line 276
$this->displayBlock('footer', $context, $blocks);
}
}
// line 81
public function block_navbar($context, array $blocks = [])
{
$macros = $this->macros;
// line 82
echo " ";
// line 83
$context["navbar_classes"] = [0 => // line 84
($context["mainmenu_class"] ?? null), 1 => // line 85
($context["mainmenu_transparent"] ?? null)];
// line 88
echo "
\t ";
// line 93
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "branding", [], "any", false, false, true, 93), 93, $this->source), "html", null, true);
echo "
<a>
</a>
\t
\textensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["mainmenu_class"] ?? null), 107, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["mainmenu_transparent"] ?? null), 107, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["mainmenu_hover"] ?? null), 107, $this->source), "html", null, true);
echo "\" ";
if (($context["mainmenu_sticky"] ?? null)) {
echo " data-scroll-class='360px:pos-fixed' ";
}
echo ">
\t\t\t\t\t\tSearch
\t
\t
";
// line 124
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "branding", [], "any", false, false, true, 124), 124, $this->source), "html", null, true);
echo "
\t\t
\t\t
\t\t ";
// line 130
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 130)) {
// line 131
echo "
\t\t\t ";
// line 133
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 133), 133, $this->source), "html", null, true);
echo "
\t
";
}
// line 136
echo "
\t
\t
\t
\t
";
}
// line 163
public function block_header_first($context, array $blocks = [])
{
$macros = $this->macros;
// line 164
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["header_first_classes"] ?? null)], "method", false, false, true, 164), 164, $this->source), "html", null, true);
echo " role=\"headingfirst\">
";
// line 165
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header_first", [], "any", false, false, true, 165), 165, $this->source), "html", null, true);
echo "
";
}
// line 172
public function block_header_second($context, array $blocks = [])
{
$macros = $this->macros;
// line 173
echo "
";
// line 174
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header_second", [], "any", false, false, true, 174), 174, $this->source), "html", null, true);
echo "
";
}
// line 189
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
// line 190
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "title", [], "any", false, false, true, 190), 190, $this->source), "html", null, true);
echo "
";
}
// line 197
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
// line 198
echo "
\t
\t
";
// line 202
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 202)) {
// line 203
echo " ";
$this->displayBlock('sidebar_first', $context, $blocks);
// line 209
echo " ";
}
// line 210
echo "
";
// line 212
echo " ";
// line 213
$context["content_classes"] = [0 => (((twig_get_attribute($this->env, $this->source, // line 214
($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 214) && twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 214))) ? ("col-sm-6") : ("")), 1 => (((twig_get_attribute($this->env, $this->source, // line 215
($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 215) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 215)))) ? ("col-sm-10 main-content-col") : ("")), 2 => (((twig_get_attribute($this->env, $this->source, // line 216
($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 216) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 216)))) ? ("col-sm-8") : ("")), 3 => (((twig_test_empty(twig_get_attribute($this->env, $this->source, // line 217
($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 217)) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 217)))) ? ("col-sm-12") : (""))];
// line 220
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [0 => ($context["content_classes"] ?? null)], "method", false, false, true, 220), 220, $this->source), "html", null, true);
echo ">-->
";
// line 223
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 223)) {
// line 224
echo " ";
$this->displayBlock('highlighted', $context, $blocks);
// line 227
echo " ";
}
// line 228
echo "
";
// line 230
echo " ";
if (($context["breadcrumb"] ?? null)) {
// line 231
echo " ";
$this->displayBlock('breadcrumb', $context, $blocks);
// line 234
echo " ";
}
// line 235
echo "
";
// line 237
echo "\t\t";
if (($context["title"] ?? null)) {
// line 238
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "page-header"], "method", false, false, true, 238), 238, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 238, $this->source), "html", null, true);
echo "
";
}
// line 240
echo "\t\t";
// line 241
echo "\t\t
";
// line 243
echo " ";
if (($context["action_links"] ?? null)) {
// line 244
echo " ";
$this->displayBlock('action_links', $context, $blocks);
// line 247
echo " ";
}
// line 248
echo "
";
// line 250
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "help", [], "any", false, false, true, 250)) {
// line 251
echo " ";
$this->displayBlock('help', $context, $blocks);
// line 254
echo " ";
}
// line 255
echo "
";
// line 257
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 261
echo "
";
// line 264
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 264)) {
// line 265
echo " ";
$this->displayBlock('sidebar_second', $context, $blocks);
// line 270
echo " ";
}
// line 271
echo "
";
}
// line 203
public function block_sidebar_first($context, array $blocks = [])
{
$macros = $this->macros;
// line 204
echo "
";
// line 205
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 205), 205, $this->source), "html", null, true);
echo "
\t\t\t
";
}
// line 224
public function block_highlighted($context, array $blocks = [])
{
$macros = $this->macros;
// line 225
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 225), 225, $this->source), "html", null, true);
echo "
";
}
// line 231
public function block_breadcrumb($context, array $blocks = [])
{
$macros = $this->macros;
// line 232
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["breadcrumb"] ?? null), 232, $this->source), "html", null, true);
echo "
";
}
// line 244
public function block_action_links($context, array $blocks = [])
{
$macros = $this->macros;
// line 245
echo " <ul>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["action_links"] ?? null), 245, $this->source), "html", null, true);
echo "</ul>
";
}
// line 251
public function block_help($context, array $blocks = [])
{
$macros = $this->macros;
// line 252
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "help", [], "any", false, false, true, 252), 252, $this->source), "html", null, true);
echo "
";
}
// line 257
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 258
echo " <a></a>
";
// line 259
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "content", [], "any", false, false, true, 259), 259, $this->source), "html", null, true);
echo "
";
}
// line 265
public function block_sidebar_second($context, array $blocks = [])
{
$macros = $this->macros;
// line 266
echo "
";
// line 267
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 267), 267, $this->source), "html", null, true);
echo "
";
}
// line 276
public function block_footer($context, array $blocks = [])
{
$macros = $this->macros;
// line 277
echo "
\t
\t";
// line 279
if ((((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_first", [], "any", false, false, true, 279) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_second", [], "any", false, false, true, 279)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_third", [], "any", false, false, true, 279)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_fouth", [], "any", false, false, true, 279))) {
// line 280
echo "
";
// line 282
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_first", [], "any", false, false, true, 282), 282, $this->source), "html", null, true);
echo "
";
// line 285
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_second", [], "any", false, false, true, 285), 285, $this->source), "html", null, true);
echo "
";
// line 288
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_third", [], "any", false, false, true, 288), 288, $this->source), "html", null, true);
echo "
";
// line 291
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_fouth", [], "any", false, false, true, 291), 291, $this->source), "html", null, true);
echo "
";
}
// line 295
echo "\t
";
// line 296
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 296)) {
// line 297
echo "\t
\t ";
// line 298
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 298), 298, $this->source), "html", null, true);
echo "
\t
\t";
}
// line 301
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/page.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 583 => 301, 577 => 298, 574 => 297, 572 => 296, 569 => 295, 562 => 291, 556 => 288, 550 => 285, 544 => 282, 540 => 280, 538 => 279, 534 => 277, 530 => 276, 523 => 267, 520 => 266, 516 => 265, 510 => 259, 507 => 258, 503 => 257, 496 => 252, 492 => 251, 485 => 245, 481 => 244, 474 => 232, 470 => 231, 463 => 225, 459 => 224, 451 => 205, 448 => 204, 444 => 203, 438 => 271, 435 => 270, 432 => 265, 429 => 264, 425 => 261, 422 => 257, 419 => 255, 416 => 254, 413 => 251, 410 => 250, 407 => 248, 404 => 247, 401 => 244, 398 => 243, 395 => 241, 393 => 240, 385 => 238, 382 => 237, 379 => 235, 376 => 234, 373 => 231, 370 => 230, 367 => 228, 364 => 227, 361 => 224, 358 => 223, 352 => 220, 350 => 217, 349 => 216, 348 => 215, 347 => 214, 346 => 213, 344 => 212, 341 => 210, 338 => 209, 335 => 203, 332 => 202, 327 => 198, 323 => 197, 316 => 190, 312 => 189, 305 => 174, 302 => 173, 298 => 172, 291 => 165, 286 => 164, 282 => 163, 271 => 136, 264 => 133, 260 => 131, 258 => 130, 249 => 124, 221 => 107, 204 => 93, 197 => 88, 195 => 85, 194 => 84, 193 => 83, 191 => 82, 187 => 81, 182 => 276, 180 => 275, 177 => 274, 175 => 197, 172 => 195, 167 => 191, 164 => 189, 161 => 187, 159 => 186, 156 => 184, 149 => 178, 146 => 177, 143 => 172, 140 => 171, 137 => 169, 134 => 168, 131 => 163, 129 => 162, 126 => 161, 124 => 158, 123 => 157, 122 => 156, 119 => 154, 113 => 150, 110 => 149, 108 => 148, 104 => 145, 100 => 81, 98 => 80, 95 => 79, 92 => 77, 88 => 75, 82 => 72, 79 => 71, 77 => 70, 74 => 69, 68 => 66, 65 => 65, 63 => 64, 60 => 63, 58 => 62, 54 => 60, 52 => 59,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a single page.
*
* The doctype, html, head and body tags are not in this template. Instead they
* can be found in the html.html.twig template in this directory.
*
* Available variables:
*
* General utility variables:
* - base_path: The base URL path of the Drupal installation. Will usually be
* \"/\" unless you have installed Drupal in a sub-directory.
* - is_front: A flag indicating if the current page is the front page.
* - logged_in: A flag indicating if the user is registered and signed in.
* - is_admin: A flag indicating if the user has permission to access
* administration pages.
*
* Site identity:
* - front_page: The URL of the front page. Use this instead of base_path when
* linking to the front page. This includes the language domain or prefix.
*
* Navigation:
* - breadcrumb: The breadcrumb trail for the current page.
*
* Page content (in order of occurrence in the default page.html.twig):
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title: The page title, for use in the actual content.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
* - messages: Status and error messages. Should be displayed prominently.
* - tabs: Tabs linking to any sub-pages beneath the current page (e.g., the
* view and edit tabs when displaying a node).
* - action_links: Actions local to the page, such as \"Add menu\" on the menu
* administration interface.
* - node: Fully loaded node, if there is an automatically-loaded node
* associated with the page and the node ID is the second argument in the
* page's path (e.g. node/12345 and node/12345/revisions, but not
* comment/reply/12345).
*
* Regions:
* - page.header: Items for the header region.
* - page.navigation: Items for the navigation region.
* - page.navigation_collapsible: Items for the navigation (collapsible) region.
* - page.highlighted: Items for the highlighted content region.
* - page.help: Dynamic help text, mostly for admin pages.
* - page.content: The main content of the current page.
* - page.sidebar_first: Items for the first sidebar.
* - page.sidebar_second: Items for the second sidebar.
* - page.footer: Items for the footer region.
*
* @ingroup templates
*
* @see template_preprocess_page()
* @see html.html.twig
*/
#}
{% set container = theme.settings.fluid_container ? 'container-fluid' : 'container' %}
<a></a>
{% if page.user_left or page.user_right %}
\t
\t {% if page.user_left %}
\t
\t {{ page.user_left }}
\t
{% endif %}
\t {% if page.user_right %}
\t
\t {{ page.user_right }}
\t
{% endif %}
\t
{% endif %}
\t
{# Navbar #}
{% if page.navigation or page.navigation_collapsible or page.branding %}
{% block navbar %}
{%
set navbar_classes = [
\t\tmainmenu_class,
\t\tmainmenu_transparent,
]
%}
\t {{ page.branding }}
<a>
</a>
\t
\t
\t\t\t\t\t\tSearch
\t
\t
{{ page.branding }}
\t\t
\t\t
\t\t {% if page.navigation_collapsible %}
\t\t\t {{ page.navigation_collapsible }}
\t
{% endif %}
\t
\t
\t
\t
{% endblock %}
{% endif %}
{# Header #}
{% if page.header_first %}
{# Header First #}
\t
\t {%
set header_first_classes = [
page.header_second ? 'col-sm-9',
page.header_second is empty ? 'col-sm-12'
]
%}
\t
{% if page.header_first %}
{% block header_first %}
{{ page.header_first }}
{% endblock %}
{% endif %}
\t
\t {# Header Second #}
{% if page.header_second %}
{% block header_second %}
{{ page.header_second }}
{% endblock %}
{% endif %}
\t
\t
{% endif %}
{# End Header #}
{# Title #}
{% if page.title %}
{# Title #}
{% block title %}
{{ page.title }}
{% endblock %}\t
{% endif %}
{# End Title #}
{# Main #}
{% block main %}
\t
\t
{# Sidebar First #}
{% if page.sidebar_first %}
{% block sidebar_first %}
{{ page.sidebar_first }}
\t\t\t
{% endblock %}
{% endif %}
{# Content #}
{%
set content_classes = [
page.sidebar_first and page.sidebar_second ? 'col-sm-6',
page.sidebar_first and page.sidebar_second is empty ? 'col-sm-10 main-content-col',
page.sidebar_second and page.sidebar_first is empty ? 'col-sm-8',
page.sidebar_first is empty and page.sidebar_second is empty ? 'col-sm-12'
]
%}
{# Highlighted #}
{% if page.highlighted %}
{% block highlighted %}
{{ page.highlighted }}
{% endblock %}
{% endif %}
{# Breadcrumbs #}
{% if breadcrumb %}
{% block breadcrumb %}
{{ breadcrumb }}
{% endblock %}
{% endif %}
{# Title #}
\t\t{% if title %}
{{ title }}
{% endif %}
\t\t{# Title #}
\t\t
{# Action Links #}
{% if action_links %}
{% block action_links %}
<ul>{{ action_links }}</ul>
{% endblock %}
{% endif %}
{# Help #}
{% if page.help %}
{% block help %}
{{ page.help }}
{% endblock %}
{% endif %}
{# Content #}
{% block content %}
<a></a>
{{ page.content }}
{% endblock %}
{# Sidebar Second #}
{% if page.sidebar_second %}
{% block sidebar_second %}
{{ page.sidebar_second }}
{% endblock %}
{% endif %}
{% endblock %}
{% if page.postscript_first or page.postscript_second or page.postscript_third or page.postscript_fouth or page.footer %}
{% block footer %}
\t
\t{% if page.postscript_first or page.postscript_second or page.postscript_third or page.postscript_fouth %}
{{ page.postscript_first }}
{{ page.postscript_second }}
{{ page.postscript_third }}
{{ page.postscript_fouth }}
{% endif %}
\t
{% if page.footer %}
\t
\t {{ page.footer }}
\t
\t{% endif %}
{% endblock %}
{% endif %}
", "themes/stack/templates/page.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/page.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 59, "if" => 62, "block" => 81);
static $filters = array("escape" => 66);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['escape'],
[]
);
} 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('645f1dae01fbc_page.html.twig_um42vkByVMyNR42MmnftDb-8a', '<?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/stack/templates/page.html.twig */
class __TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'navbar' => [$this, 'block_navbar'],
'header_first' => [$this, 'block_header_first'],
'header_second' => [$this, 'block_header_second'],
'title' => [$this, 'block_title'],
'main' => [$this, 'block_main'],
'sidebar_first' => [$this, 'block_sidebar_first'],
'highlighted' => [$this, 'block_highlighted'],
'breadcrumb' => [$this, 'block_breadcrumb'],
'action_links' => [$this, 'block_action_links'],
'help' => [$this, 'block_help'],
'content' => [$this, 'block_content'],
'sidebar_second' => [$this, 'block_sidebar_second'],
'footer' => [$this, 'block_footer'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 59
$context["container"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 59), "fluid_container", [], "any", false, false, true, 59)) ? ("container-fluid") : ("container"));
// line 60
echo "
<a></a>
";
// line 62
if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "user_left", [], "any", false, false, true, 62) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "user_right", [], "any", false, false, true, 62))) {
// line 63
echo "\t
\t ";
// line 64
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "user_left", [], "any", false, false, true, 64)) {
// line 65
echo "\t
\t ";
// line 66
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "user_left", [], "any", false, false, true, 66), 66, $this->source), "html", null, true);
echo "
\t
";
}
// line 69
echo "
\t ";
// line 70
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "user_right", [], "any", false, false, true, 70)) {
// line 71
echo "\t
\t ";
// line 72
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "user_right", [], "any", false, false, true, 72), 72, $this->source), "html", null, true);
echo "
\t
";
}
// line 75
echo "\t
";
}
// line 77
echo "\t
";
// line 79
echo "
";
// line 80
if (((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 80) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 80)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "branding", [], "any", false, false, true, 80))) {
// line 81
echo " ";
$this->displayBlock('navbar', $context, $blocks);
}
// line 145
echo "
";
// line 148
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header_first", [], "any", false, false, true, 148)) {
// line 149
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null), 150, $this->source), "html", null, true);
echo " \">
";
// line 154
echo "\t
\t ";
// line 156
$context["header_first_classes"] = [0 => ((twig_get_attribute($this->env, $this->source, // line 157
($context["page"] ?? null), "header_second", [], "any", false, false, true, 157)) ? ("col-sm-9") : ("")), 1 => ((twig_test_empty(twig_get_attribute($this->env, $this->source, // line 158
($context["page"] ?? null), "header_second", [], "any", false, false, true, 158))) ? ("col-sm-12") : (""))];
// line 161
echo "\t
";
// line 162
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header_first", [], "any", false, false, true, 162)) {
// line 163
echo " ";
$this->displayBlock('header_first', $context, $blocks);
// line 168
echo " ";
}
// line 169
echo "\t
\t ";
// line 171
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header_second", [], "any", false, false, true, 171)) {
// line 172
echo " ";
$this->displayBlock('header_second', $context, $blocks);
// line 177
echo " ";
}
// line 178
echo "\t
\t
";
}
// line 184
echo "
";
// line 186
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "title", [], "any", false, false, true, 186)) {
// line 187
echo "
";
// line 189
echo " ";
$this->displayBlock('title', $context, $blocks);
// line 191
echo "\t
";
}
// line 195
echo "
";
// line 197
$this->displayBlock('main', $context, $blocks);
// line 274
echo "
";
// line 275
if (((((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_first", [], "any", false, false, true, 275) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_second", [], "any", false, false, true, 275)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_third", [], "any", false, false, true, 275)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_fouth", [], "any", false, false, true, 275)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 275))) {
// line 276
$this->displayBlock('footer', $context, $blocks);
}
}
// line 81
public function block_navbar($context, array $blocks = [])
{
$macros = $this->macros;
// line 82
echo " ";
// line 83
$context["navbar_classes"] = [0 => // line 84
($context["mainmenu_class"] ?? null), 1 => // line 85
($context["mainmenu_transparent"] ?? null)];
// line 88
echo "
\t ";
// line 93
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "branding", [], "any", false, false, true, 93), 93, $this->source), "html", null, true);
echo "
<a>
</a>
\t
\textensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["mainmenu_class"] ?? null), 107, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["mainmenu_transparent"] ?? null), 107, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["mainmenu_hover"] ?? null), 107, $this->source), "html", null, true);
echo "\" ";
if (($context["mainmenu_sticky"] ?? null)) {
echo " data-scroll-class='360px:pos-fixed' ";
}
echo ">
\t\t\t\t\t\tSearch
\t
\t
";
// line 124
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "branding", [], "any", false, false, true, 124), 124, $this->source), "html", null, true);
echo "
\t\t
\t\t
\t\t ";
// line 130
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 130)) {
// line 131
echo "
\t\t\t ";
// line 133
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 133), 133, $this->source), "html", null, true);
echo "
\t
";
}
// line 136
echo "
\t
\t
\t
\t
";
}
// line 163
public function block_header_first($context, array $blocks = [])
{
$macros = $this->macros;
// line 164
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["header_first_classes"] ?? null)], "method", false, false, true, 164), 164, $this->source), "html", null, true);
echo " role=\"headingfirst\">
";
// line 165
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header_first", [], "any", false, false, true, 165), 165, $this->source), "html", null, true);
echo "
";
}
// line 172
public function block_header_second($context, array $blocks = [])
{
$macros = $this->macros;
// line 173
echo "
";
// line 174
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header_second", [], "any", false, false, true, 174), 174, $this->source), "html", null, true);
echo "
";
}
// line 189
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
// line 190
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "title", [], "any", false, false, true, 190), 190, $this->source), "html", null, true);
echo "
";
}
// line 197
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
// line 198
echo "
\t
\t
";
// line 202
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 202)) {
// line 203
echo " ";
$this->displayBlock('sidebar_first', $context, $blocks);
// line 209
echo " ";
}
// line 210
echo "
";
// line 212
echo " ";
// line 213
$context["content_classes"] = [0 => (((twig_get_attribute($this->env, $this->source, // line 214
($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 214) && twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 214))) ? ("col-sm-6") : ("")), 1 => (((twig_get_attribute($this->env, $this->source, // line 215
($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 215) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 215)))) ? ("col-sm-10 main-content-col") : ("")), 2 => (((twig_get_attribute($this->env, $this->source, // line 216
($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 216) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 216)))) ? ("col-sm-8") : ("")), 3 => (((twig_test_empty(twig_get_attribute($this->env, $this->source, // line 217
($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 217)) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 217)))) ? ("col-sm-12") : (""))];
// line 220
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [0 => ($context["content_classes"] ?? null)], "method", false, false, true, 220), 220, $this->source), "html", null, true);
echo ">-->
";
// line 223
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 223)) {
// line 224
echo " ";
$this->displayBlock('highlighted', $context, $blocks);
// line 227
echo " ";
}
// line 228
echo "
";
// line 230
echo " ";
if (($context["breadcrumb"] ?? null)) {
// line 231
echo " ";
$this->displayBlock('breadcrumb', $context, $blocks);
// line 234
echo " ";
}
// line 235
echo "
";
// line 237
echo "\t\t";
if (($context["title"] ?? null)) {
// line 238
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "page-header"], "method", false, false, true, 238), 238, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 238, $this->source), "html", null, true);
echo "
";
}
// line 240
echo "\t\t";
// line 241
echo "\t\t
";
// line 243
echo " ";
if (($context["action_links"] ?? null)) {
// line 244
echo " ";
$this->displayBlock('action_links', $context, $blocks);
// line 247
echo " ";
}
// line 248
echo "
";
// line 250
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "help", [], "any", false, false, true, 250)) {
// line 251
echo " ";
$this->displayBlock('help', $context, $blocks);
// line 254
echo " ";
}
// line 255
echo "
";
// line 257
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 261
echo "
";
// line 264
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 264)) {
// line 265
echo " ";
$this->displayBlock('sidebar_second', $context, $blocks);
// line 270
echo " ";
}
// line 271
echo "
";
}
// line 203
public function block_sidebar_first($context, array $blocks = [])
{
$macros = $this->macros;
// line 204
echo "
";
// line 205
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 205), 205, $this->source), "html", null, true);
echo "
\t\t\t
";
}
// line 224
public function block_highlighted($context, array $blocks = [])
{
$macros = $this->macros;
// line 225
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 225), 225, $this->source), "html", null, true);
echo "
";
}
// line 231
public function block_breadcrumb($context, array $blocks = [])
{
$macros = $this->macros;
// line 232
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["breadcrumb"] ?? null), 232, $this->source), "html", null, true);
echo "
";
}
// line 244
public function block_action_links($context, array $blocks = [])
{
$macros = $this->macros;
// line 245
echo " <ul>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["action_links"] ?? null), 245, $this->source), "html", null, true);
echo "</ul>
";
}
// line 251
public function block_help($context, array $blocks = [])
{
$macros = $this->macros;
// line 252
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "help", [], "any", false, false, true, 252), 252, $this->source), "html", null, true);
echo "
";
}
// line 257
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 258
echo " <a></a>
";
// line 259
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "content", [], "any", false, false, true, 259), 259, $this->source), "html", null, true);
echo "
";
}
// line 265
public function block_sidebar_second($context, array $blocks = [])
{
$macros = $this->macros;
// line 266
echo "
";
// line 267
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 267), 267, $this->source), "html", null, true);
echo "
";
}
// line 276
public function block_footer($context, array $blocks = [])
{
$macros = $this->macros;
// line 277
echo "
\t
\t";
// line 279
if ((((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_first", [], "any", false, false, true, 279) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_second", [], "any", false, false, true, 279)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_third", [], "any", false, false, true, 279)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_fouth", [], "any", false, false, true, 279))) {
// line 280
echo "
";
// line 282
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_first", [], "any", false, false, true, 282), 282, $this->source), "html", null, true);
echo "
";
// line 285
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_second", [], "any", false, false, true, 285), 285, $this->source), "html", null, true);
echo "
";
// line 288
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_third", [], "any", false, false, true, 288), 288, $this->source), "html", null, true);
echo "
";
// line 291
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "postscript_fouth", [], "any", false, false, true, 291), 291, $this->source), "html", null, true);
echo "
";
}
// line 295
echo "\t
";
// line 296
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 296)) {
// line 297
echo "\t
\t ";
// line 298
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 298), 298, $this->source), "html", null, true);
echo "
\t
\t";
}
// line 301
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/page.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 583 => 301, 577 => 298, 574 => 297, 572 => 296, 569 => 295, 562 => 291, 556 => 288, 550 => 285, 544 => 282, 540 => 280, 538 => 279, 534 => 277, 530 => 276, 523 => 267, 520 => 266, 516 => 265, 510 => 259, 507 => 258, 503 => 257, 496 => 252, 492 => 251, 485 => 245, 481 => 244, 474 => 232, 470 => 231, 463 => 225, 459 => 224, 451 => 205, 448 => 204, 444 => 203, 438 => 271, 435 => 270, 432 => 265, 429 => 264, 425 => 261, 422 => 257, 419 => 255, 416 => 254, 413 => 251, 410 => 250, 407 => 248, 404 => 247, 401 => 244, 398 => 243, 395 => 241, 393 => 240, 385 => 238, 382 => 237, 379 => 235, 376 => 234, 373 => 231, 370 => 230, 367 => 228, 364 => 227, 361 => 224, 358 => 223, 352 => 220, 350 => 217, 349 => 216, 348 => 215, 347 => 214, 346 => 213, 344 => 212, 341 => 210, 338 => 209, 335 => 203, 332 => 202, 327 => 198, 323 => 197, 316 => 190, 312 => 189, 305 => 174, 302 => 173, 298 => 172, 291 => 165, 286 => 164, 282 => 163, 271 => 136, 264 => 133, 260 => 131, 258 => 130, 249 => 124, 221 => 107, 204 => 93, 197 => 88, 195 => 85, 194 => 84, 193 => 83, 191 => 82, 187 => 81, 182 => 276, 180 => 275, 177 => 274, 175 => 197, 172 => 195, 167 => 191, 164 => 189, 161 => 187, 159 => 186, 156 => 184, 149 => 178, 146 => 177, 143 => 172, 140 => 171, 137 => 169, 134 => 168, 131 => 163, 129 => 162, 126 => 161, 124 => 158, 123 => 157, 122 => 156, 119 => 154, 113 => 150, 110 => 149, 108 => 148, 104 => 145, 100 => 81, 98 => 80, 95 => 79, 92 => 77, 88 => 75, 82 => 72, 79 => 71, 77 => 70, 74 => 69, 68 => 66, 65 => 65, 63 => 64, 60 => 63, 58 => 62, 54 => 60, 52 => 59,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a single page.
*
* The doctype, html, head and body tags are not in this template. Instead they
* can be found in the html.html.twig template in this directory.
*
* Available variables:
*
* General utility variables:
* - base_path: The base URL path of the Drupal installation. Will usually be
* \"/\" unless you have installed Drupal in a sub-directory.
* - is_front: A flag indicating if the current page is the front page.
* - logged_in: A flag indicating if the user is registered and signed in.
* - is_admin: A flag indicating if the user has permission to access
* administration pages.
*
* Site identity:
* - front_page: The URL of the front page. Use this instead of base_path when
* linking to the front page. This includes the language domain or prefix.
*
* Navigation:
* - breadcrumb: The breadcrumb trail for the current page.
*
* Page content (in order of occurrence in the default page.html.twig):
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title: The page title, for use in the actual content.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
* - messages: Status and error messages. Should be displayed prominently.
* - tabs: Tabs linking to any sub-pages beneath the current page (e.g., the
* view and edit tabs when displaying a node).
* - action_links: Actions local to the page, such as \"Add menu\" on the menu
* administration interface.
* - node: Fully loaded node, if there is an automatically-loaded node
* associated with the page and the node ID is the second argument in the
* page's path (e.g. node/12345 and node/12345/revisions, but not
* comment/reply/12345).
*
* Regions:
* - page.header: Items for the header region.
* - page.navigation: Items for the navigation region.
* - page.navigation_collapsible: Items for the navigation (collapsible) region.
* - page.highlighted: Items for the highlighted content region.
* - page.help: Dynamic help text, mostly for admin pages.
* - page.content: The main content of the current page.
* - page.sidebar_first: Items for the first sidebar.
* - page.sidebar_second: Items for the second sidebar.
* - page.footer: Items for the footer region.
*
* @ingroup templates
*
* @see template_preprocess_page()
* @see html.html.twig
*/
#}
{% set container = theme.settings.fluid_container ? 'container-fluid' : 'container' %}
<a></a>
{% if page.user_left or page.user_right %}
\t
\t {% if page.user_left %}
\t
\t {{ page.user_left }}
\t
{% endif %}
\t {% if page.user_right %}
\t
\t {{ page.user_right }}
\t
{% endif %}
\t
{% endif %}
\t
{# Navbar #}
{% if page.navigation or page.navigation_collapsible or page.branding %}
{% block navbar %}
{%
set navbar_classes = [
\t\tmainmenu_class,
\t\tmainmenu_transparent,
]
%}
\t {{ page.branding }}
<a>
</a>
\t
\t
\t\t\t\t\t\tSearch
\t
\t
{{ page.branding }}
\t\t
\t\t
\t\t {% if page.navigation_collapsible %}
\t\t\t {{ page.navigation_collapsible }}
\t
{% endif %}
\t
\t
\t
\t
{% endblock %}
{% endif %}
{# Header #}
{% if page.header_first %}
{# Header First #}
\t
\t {%
set header_first_classes = [
page.header_second ? 'col-sm-9',
page.header_second is empty ? 'col-sm-12'
]
%}
\t
{% if page.header_first %}
{% block header_first %}
{{ page.header_first }}
{% endblock %}
{% endif %}
\t
\t {# Header Second #}
{% if page.header_second %}
{% block header_second %}
{{ page.header_second }}
{% endblock %}
{% endif %}
\t
\t
{% endif %}
{# End Header #}
{# Title #}
{% if page.title %}
{# Title #}
{% block title %}
{{ page.title }}
{% endblock %}\t
{% endif %}
{# End Title #}
{# Main #}
{% block main %}
\t
\t
{# Sidebar First #}
{% if page.sidebar_first %}
{% block sidebar_first %}
{{ page.sidebar_first }}
\t\t\t
{% endblock %}
{% endif %}
{# Content #}
{%
set content_classes = [
page.sidebar_first and page.sidebar_second ? 'col-sm-6',
page.sidebar_first and page.sidebar_second is empty ? 'col-sm-10 main-content-col',
page.sidebar_second and page.sidebar_first is empty ? 'col-sm-8',
page.sidebar_first is empty and page.sidebar_second is empty ? 'col-sm-12'
]
%}
{# Highlighted #}
{% if page.highlighted %}
{% block highlighted %}
{{ page.highlighted }}
{% endblock %}
{% endif %}
{# Breadcrumbs #}
{% if breadcrumb %}
{% block breadcrumb %}
{{ breadcrumb }}
{% endblock %}
{% endif %}
{# Title #}
\t\t{% if title %}
{{ title }}
{% endif %}
\t\t{# Title #}
\t\t
{# Action Links #}
{% if action_links %}
{% block action_links %}
<ul>{{ action_links }}</ul>
{% endblock %}
{% endif %}
{# Help #}
{% if page.help %}
{% block help %}
{{ page.help }}
{% endblock %}
{% endif %}
{# Content #}
{% block content %}
<a></a>
{{ page.content }}
{% endblock %}
{# Sidebar Second #}
{% if page.sidebar_second %}
{% block sidebar_second %}
{{ page.sidebar_second }}
{% endblock %}
{% endif %}
{% endblock %}
{% if page.postscript_first or page.postscript_second or page.postscript_third or page.postscript_fouth or page.footer %}
{% block footer %}
\t
\t{% if page.postscript_first or page.postscript_second or page.postscript_third or page.postscript_fouth %}
{{ page.postscript_first }}
{{ page.postscript_second }}
{{ page.postscript_third }}
{{ page.postscript_fouth }}
{% endif %}
\t
{% if page.footer %}
\t
\t {{ page.footer }}
\t
\t{% endif %}
{% endblock %}
{% endif %}
", "themes/stack/templates/page.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/page.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 59, "if" => 62, "block" => 81);
static $filters = array("escape" => 66);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc', 'themes/stack/templates/page.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/page.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_block--system-branding-bl_-B-PrDPeVZ7gqcEADm5TOGwvO', '<?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/stack/templates/block--system-branding-block.html.twig */
class __TwigTemplate_fab5ab34b6e77f87b8acc7f0441c577b4ebd792a366d0e3ad1d0597615310f15 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 1
return "block--bare.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("block--bare.html.twig", "themes/stack/templates/block--system-branding-block.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 18
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 19
echo "
\t
\t
\t\t
\t\t\t";
// line 24
if (($context["site_logo"] ?? null)) {
// line 25
echo "\t\t\t\t<a echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath(""));
echo "\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("DOD Civilian Careers Home Link"));
echo "\" rel=\"home\">
\t\t\t\t extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_logo"] ?? null), 26, $this->source), "html", null, true);
echo "\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("DOD Civilian Careers Logo"));
echo "\" />
\t\t\t\t extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 27, $this->source), "html", null, true);
echo "themes/stack/logo-light.png\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("DOD Civilian Careers Logo Light"));
echo "\" />
\t\t\t\t</a>
\t\t\t";
}
// line 30
echo "\t\t-->
\t\t
\t\t\t";
// line 32
if (($context["site_name"] ?? null)) {
// line 33
echo "\t\t\t <a echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath(""));
echo "\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Home"));
echo "\" rel=\"home\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_logo"] ?? null), 33, $this->source), "html", null, true);
echo "\" alt=\"DOD Civilian Careers Logo\"></a>\t
\t\t\t\t<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath(""));
echo "\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("DOD Civilian Careers"));
echo "\" rel=\"home\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_name"] ?? null), 34, $this->source), "html", null, true);
echo "</a>
\t\t\t ";
}
// line 36
echo "\t\t\t ";
if (($context["site_slogan"] ?? null)) {
// line 37
echo "\t\t\t\t";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_slogan"] ?? null), 37, $this->source), "html", null, true);
echo "-->
\t\t\t";
}
// line 39
echo "\t\t
\t
\t
";
}
public function getTemplateName()
{
return "themes/stack/templates/block--system-branding-block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 115 => 39, 109 => 37, 106 => 36, 97 => 34, 88 => 33, 86 => 32, 82 => 30, 74 => 27, 68 => 26, 61 => 25, 59 => 24, 52 => 19, 48 => 18, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends \"block--bare.html.twig\" %}
{#
/**
* @file
* Default theme implementation for a branding block.
*
* Each branding element variable (logo, name, slogan) is only available if
* enabled in the block configuration.
*
* Available variables:
* - site_logo: Logo for site as defined in Appearance or theme settings.
* - site_name: Name for site as defined in Site information settings.
* - site_slogan: Slogan for site as defined in Site information settings.
*
* @ingroup templates
*/
#}
{% block content %}
\t
\t
\t\t
\t\t\t{% if site_logo %}
\t\t\t\t<a>') }}\" title=\"{{ 'DOD Civilian Careers Home Link'|t }}\" rel=\"home\">
\t\t\t\t
\t\t\t\t
\t\t\t\t</a>
\t\t\t{% endif %}
\t\t-->
\t\t
\t\t\t{% if site_name %}
\t\t\t <a>') }}\" title=\"{{ 'Home'|t }}\" rel=\"home\"> </a>\t
\t\t\t\t<a>') }}\" title=\"{{ 'DOD Civilian Careers'|t }}\" rel=\"home\">{{ site_name }}</a>
\t\t\t {% endif %}
\t\t\t {% if site_slogan %}
\t\t\t\t
\t\t\t{% endif %}
\t\t
\t
\t
{% endblock %}
", "themes/stack/templates/block--system-branding-block.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/block--system-branding-block.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 24);
static $filters = array("t" => 25, "escape" => 26);
static $functions = array("path" => 25);
try {
$this->sandbox->checkSecurity(
['if'],
['t', 'escape'],
['path']
);
} 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('645f1dae01fbc_block--system-branding-bl_-B-PrDPeVZ7gqcEADm5TOGwvO', '<?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/stack/templates/block--system-branding-block.html.twig */
class __TwigTemplate_fab5ab34b6e77f87b8acc7f0441c577b4ebd792a366d0e3ad1d0597615310f15 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 1
return "block--bare.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("block--bare.html.twig", "themes/stack/templates/block--system-branding-block.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 18
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 19
echo "
\t
\t
\t\t
\t\t\t";
// line 24
if (($context["site_logo"] ?? null)) {
// line 25
echo "\t\t\t\t<a echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath(""));
echo "\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("DOD Civilian Careers Home Link"));
echo "\" rel=\"home\">
\t\t\t\t extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_logo"] ?? null), 26, $this->source), "html", null, true);
echo "\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("DOD Civilian Careers Logo"));
echo "\" />
\t\t\t\t extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 27, $this->source), "html", null, true);
echo "themes/stack/logo-light.png\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("DOD Civilian Careers Logo Light"));
echo "\" />
\t\t\t\t</a>
\t\t\t";
}
// line 30
echo "\t\t-->
\t\t
\t\t\t";
// line 32
if (($context["site_name"] ?? null)) {
// line 33
echo "\t\t\t <a echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath(""));
echo "\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Home"));
echo "\" rel=\"home\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_logo"] ?? null), 33, $this->source), "html", null, true);
echo "\" alt=\"DOD Civilian Careers Logo\"></a>\t
\t\t\t\t<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath(""));
echo "\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("DOD Civilian Careers"));
echo "\" rel=\"home\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_name"] ?? null), 34, $this->source), "html", null, true);
echo "</a>
\t\t\t ";
}
// line 36
echo "\t\t\t ";
if (($context["site_slogan"] ?? null)) {
// line 37
echo "\t\t\t\t";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_slogan"] ?? null), 37, $this->source), "html", null, true);
echo "-->
\t\t\t";
}
// line 39
echo "\t\t
\t
\t
";
}
public function getTemplateName()
{
return "themes/stack/templates/block--system-branding-block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 115 => 39, 109 => 37, 106 => 36, 97 => 34, 88 => 33, 86 => 32, 82 => 30, 74 => 27, 68 => 26, 61 => 25, 59 => 24, 52 => 19, 48 => 18, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends \"block--bare.html.twig\" %}
{#
/**
* @file
* Default theme implementation for a branding block.
*
* Each branding element variable (logo, name, slogan) is only available if
* enabled in the block configuration.
*
* Available variables:
* - site_logo: Logo for site as defined in Appearance or theme settings.
* - site_name: Name for site as defined in Site information settings.
* - site_slogan: Slogan for site as defined in Site information settings.
*
* @ingroup templates
*/
#}
{% block content %}
\t
\t
\t\t
\t\t\t{% if site_logo %}
\t\t\t\t<a>') }}\" title=\"{{ 'DOD Civilian Careers Home Link'|t }}\" rel=\"home\">
\t\t\t\t
\t\t\t\t
\t\t\t\t</a>
\t\t\t{% endif %}
\t\t-->
\t\t
\t\t\t{% if site_name %}
\t\t\t <a>') }}\" title=\"{{ 'Home'|t }}\" rel=\"home\"> </a>\t
\t\t\t\t<a>') }}\" title=\"{{ 'DOD Civilian Careers'|t }}\" rel=\"home\">{{ site_name }}</a>
\t\t\t {% endif %}
\t\t\t {% if site_slogan %}
\t\t\t\t
\t\t\t{% endif %}
\t\t
\t
\t
{% endblock %}
", "themes/stack/templates/block--system-branding-block.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/block--system-branding-block.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 24);
static $filters = array("t" => 25, "escape" => 26);
static $functions = array("path" => 25);
try {
$this->sandbox->checkSecurity(
['if'],
['t', 'escape'],
['path']
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_fab5ab34b6e77f87b8acc7f0441c577b4ebd792a366d0e3ad1d0597615310f15', 'themes/stack/templates/block--system-branding-block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/block--system-branding-block.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/block--system-branding-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 204)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_navbar(Array, Array) (Line: 182)
Twig\Template->displayBlock('navbar', Array, Array) (Line: 101)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_block--bare.html.twig_WNnM6SzXYW9lW5ZCM6vukd5AJ', '<?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;
/* block--bare.html.twig */
class __TwigTemplate_bf3a20d91967f5bcfcc797d46017787db7e2d6850b86bc370514eabbf110f7d6 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 48
$this->displayBlock('content', $context, $blocks);
}
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 49
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 49, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "block--bare.html.twig";
}
public function getDebugInfo()
{
return array ( 47 => 49, 40 => 48,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a bare minimum block.
*
* Available variables:
* - \$block->subject: Block title.
* - \$content: Block content.
* - \$block->module: Module that generated the block.
* - \$block->delta: An ID for the block, unique within each module.
* - \$block->region: The block region embedding the current block.
* - \$classes: String of classes that can be used to style contextually through
* CSS. It can be manipulated through the variable \$classes_array from
* preprocess functions. The default values can be one or more of the
* following:
* - block: The current template type, i.e., \"theming hook\".
* - block-[module]: The module generating the block. For example, the user
* module is responsible for handling the default user navigation block. In
* that case the class would be 'block-user'.
* - \$title_prefix (array): An array containing additional output populated by
* modules, intended to be displayed in front of the main title tag that
* appears in the template.
* - \$title_suffix (array): An array containing additional output populated by
* modules, intended to be displayed after the main title tag that appears in
* the template.
*
* Helper variables:
* - \$classes_array: Array of html class attribute values. It is flattened
* into a string within the variable \$classes.
* - \$block_zebra: Outputs 'odd' and 'even' dependent on each block region.
* - \$zebra: Same output as \$block_zebra but independent of any block region.
* - \$block_id: Counter dependent on each block region.
* - \$id: Same output as \$block_id but independent of any block region.
* - \$is_front: Flags true when presented in the front page.
* - \$logged_in: Flags true when the current user is a logged-in member.
* - \$is_admin: Flags true when the current user is an administrator.
* - \$block_html_id: A valid HTML ID and guaranteed unique.
*
* @ingroup templates
*
* @see bootstrap_preprocess_block()
* @see template_preprocess()
* @see template_preprocess_block()
* @see bootstrap_process_block()
* @see template_process()
*/
#}
{% block content %}
{{ content }}
{% endblock %}
", "block--bare.html.twig", "themes/contrib/bootstrap/templates/block/block--bare.html.twig");
}
public function checkSecurity()
{
static $tags = array("block" => 48);
static $filters = array("escape" => 49);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['block'],
['escape'],
[]
);
} 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('645f1dae01fbc_block--bare.html.twig_WNnM6SzXYW9lW5ZCM6vukd5AJ', '<?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;
/* block--bare.html.twig */
class __TwigTemplate_bf3a20d91967f5bcfcc797d46017787db7e2d6850b86bc370514eabbf110f7d6 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 48
$this->displayBlock('content', $context, $blocks);
}
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 49
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 49, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "block--bare.html.twig";
}
public function getDebugInfo()
{
return array ( 47 => 49, 40 => 48,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a bare minimum block.
*
* Available variables:
* - \$block->subject: Block title.
* - \$content: Block content.
* - \$block->module: Module that generated the block.
* - \$block->delta: An ID for the block, unique within each module.
* - \$block->region: The block region embedding the current block.
* - \$classes: String of classes that can be used to style contextually through
* CSS. It can be manipulated through the variable \$classes_array from
* preprocess functions. The default values can be one or more of the
* following:
* - block: The current template type, i.e., \"theming hook\".
* - block-[module]: The module generating the block. For example, the user
* module is responsible for handling the default user navigation block. In
* that case the class would be 'block-user'.
* - \$title_prefix (array): An array containing additional output populated by
* modules, intended to be displayed in front of the main title tag that
* appears in the template.
* - \$title_suffix (array): An array containing additional output populated by
* modules, intended to be displayed after the main title tag that appears in
* the template.
*
* Helper variables:
* - \$classes_array: Array of html class attribute values. It is flattened
* into a string within the variable \$classes.
* - \$block_zebra: Outputs 'odd' and 'even' dependent on each block region.
* - \$zebra: Same output as \$block_zebra but independent of any block region.
* - \$block_id: Counter dependent on each block region.
* - \$id: Same output as \$block_id but independent of any block region.
* - \$is_front: Flags true when presented in the front page.
* - \$logged_in: Flags true when the current user is a logged-in member.
* - \$is_admin: Flags true when the current user is an administrator.
* - \$block_html_id: A valid HTML ID and guaranteed unique.
*
* @ingroup templates
*
* @see bootstrap_preprocess_block()
* @see template_preprocess()
* @see template_preprocess_block()
* @see bootstrap_process_block()
* @see template_process()
*/
#}
{% block content %}
{{ content }}
{% endblock %}
", "block--bare.html.twig", "themes/contrib/bootstrap/templates/block/block--bare.html.twig");
}
public function checkSecurity()
{
static $tags = array("block" => 48);
static $filters = array("escape" => 49);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['block'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_bf3a20d91967f5bcfcc797d46017787db7e2d6850b86bc370514eabbf110f7d6', 'block--bare.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('block--bare.html.twig', NULL) (Line: 333)
Twig\Template->loadTemplate('block--bare.html.twig', 'themes/stack/templates/block--system-branding-block.html.twig', 1) (Line: 43)
__TwigTemplate_fab5ab34b6e77f87b8acc7f0441c577b4ebd792a366d0e3ad1d0597615310f15->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/block--system-branding-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 204)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_navbar(Array, Array) (Line: 182)
Twig\Template->displayBlock('navbar', Array, Array) (Line: 101)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_region.html.twig_xmJ3D-t8jw8ZraX_Hctl6jU_X', '<?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/contrib/bootstrap/templates/system/region.html.twig */
class __TwigTemplate_ba02dfb9afb6ab1b0ebc6bfc875af897f6edbdb70f6135052f42109dfbb035a3 extends \Twig\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 18
$context["classes"] = [0 => "region", 1 => ("region-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 20
($context["region"] ?? null), 20, $this->source)))];
// line 23
if (($context["content"] ?? null)) {
// line 24
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this->source), "html", null, true);
echo ">
";
// line 25
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 25, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "themes/contrib/bootstrap/templates/system/region.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 49 => 25, 44 => 24, 42 => 23, 40 => 20, 39 => 18,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override to display a region.
*
* Available variables:
* - content: The content for this region, typically blocks.
* - attributes: HTML attributes for the region div.
* - region: The name of the region variable as defined in the theme's
* .info.yml file.
*
* @ingroup templates
*
* @see template_preprocess_region()
*/
#}
{%
set classes = [
'region',
'region-' ~ region|clean_class,
]
%}
{% if content %}
{{ content }}
{% endif %}
", "themes/contrib/bootstrap/templates/system/region.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/contrib/bootstrap/templates/system/region.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 18, "if" => 23);
static $filters = array("clean_class" => 20, "escape" => 24);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['clean_class', 'escape'],
[]
);
} 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('645f1dae01fbc_region.html.twig_xmJ3D-t8jw8ZraX_Hctl6jU_X', '<?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/contrib/bootstrap/templates/system/region.html.twig */
class __TwigTemplate_ba02dfb9afb6ab1b0ebc6bfc875af897f6edbdb70f6135052f42109dfbb035a3 extends \Twig\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 18
$context["classes"] = [0 => "region", 1 => ("region-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 20
($context["region"] ?? null), 20, $this->source)))];
// line 23
if (($context["content"] ?? null)) {
// line 24
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this->source), "html", null, true);
echo ">
";
// line 25
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 25, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "themes/contrib/bootstrap/templates/system/region.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 49 => 25, 44 => 24, 42 => 23, 40 => 20, 39 => 18,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override to display a region.
*
* Available variables:
* - content: The content for this region, typically blocks.
* - attributes: HTML attributes for the region div.
* - region: The name of the region variable as defined in the theme's
* .info.yml file.
*
* @ingroup templates
*
* @see template_preprocess_region()
*/
#}
{%
set classes = [
'region',
'region-' ~ region|clean_class,
]
%}
{% if content %}
{{ content }}
{% endif %}
", "themes/contrib/bootstrap/templates/system/region.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/contrib/bootstrap/templates/system/region.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 18, "if" => 23);
static $filters = array("clean_class" => 20, "escape" => 24);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['clean_class', 'escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_ba02dfb9afb6ab1b0ebc6bfc875af897f6edbdb70f6135052f42109dfbb035a3', 'themes/contrib/bootstrap/templates/system/region.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/system/region.html.twig') (Line: 55)
twig_render_template('themes/contrib/bootstrap/templates/system/region.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 204)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_navbar(Array, Array) (Line: 182)
Twig\Template->displayBlock('navbar', Array, Array) (Line: 101)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_block--system-menu-block-_sBTEZfjqwuPpcbLRsTETPn_Ft', '<?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/contrib/bootstrap/templates/block/block--system-menu-block--main.html.twig */
class __TwigTemplate_b14239d87abce99da119c43db402f798463bd6393cf536ac72c92a28cf466490 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 36
$context["heading_id"] = ($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 36), 36, $this->source) . \Drupal\Component\Utility\Html::getId("-menu"));
// line 37
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["heading_id"] ?? null), 37, $this->source), "html", null, true);
echo "\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "removeClass", [0 => "clearfix"], "method", false, false, true, 37), 37, $this->source), "role", "aria-labelledby"), "html", null, true);
echo ">
";
// line 39
echo " ";
if ( !twig_get_attribute($this->env, $this->source, ($context["configuration"] ?? null), "label_display", [], "any", false, false, true, 39)) {
// line 40
echo " ";
$context["title_attributes"] = twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "sr-only"], "method", false, false, true, 40);
// line 41
echo " ";
}
// line 42
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "setAttribute", [0 => "id", 1 => ($context["heading_id"] ?? null)], "method", false, false, true, 42), 42, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["configuration"] ?? null), "label", [], "any", false, false, true, 42), 42, $this->source), "html", null, true);
echo "
";
// line 44
$this->displayBlock('content', $context, $blocks);
// line 47
echo "
";
}
// line 44
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 45
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 45, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/contrib/bootstrap/templates/block/block--system-menu-block--main.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 45, 73 => 44, 68 => 47, 66 => 44, 58 => 42, 55 => 41, 52 => 40, 49 => 39, 42 => 37, 40 => 36,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for a menu block.
*
* Available variables:
* - plugin_id: The ID of the block implementation.
* - label: The configured label of the block if visible.
* - configuration: A list of the block's configuration values.
* - label: The configured label for the block.
* - label_display: The display settings for the label.
* - provider: The module or other provider that provided this block plugin.
* - Block plugin specific settings will also be stored here.
* - content: The content of this block.
* - attributes: HTML attributes for the containing element.
* - id: A valid HTML ID and guaranteed unique.
* - title_attributes: HTML attributes for the title element.
* - content_attributes: HTML attributes for the content element.
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
*
* Headings should be used on navigation menus that consistently appear on
* multiple pages. When this menu block's label is configured to not be
* displayed, it is automatically made invisible using the 'visually-hidden' CSS
* class, which still keeps it visible for screen-readers and assistive
* technology. Headings allow screen-reader and keyboard only users to navigate
* to or skip the links.
* See http://juicystudio.com/article/screen-readers-display-none.php and
* http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
*
* @ingroup templates
*/
#}
{% set heading_id = attributes.id ~ '-menu'|clean_id %}
{# Label. If not displayed, we still provide it for screen readers. #}
{% if not configuration.label_display %}
{% set title_attributes = title_attributes.addClass('sr-only') %}
{% endif %}
{{ configuration.label }}
{% block content %}
{{ content }}
{% endblock %}
", "themes/contrib/bootstrap/templates/block/block--system-menu-block--main.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/contrib/bootstrap/templates/block/block--system-menu-block--main.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 36, "if" => 39, "block" => 44);
static $filters = array("clean_id" => 36, "escape" => 37, "without" => 37);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_id', 'escape', 'without'],
[]
);
} 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('645f1dae01fbc_block--system-menu-block-_sBTEZfjqwuPpcbLRsTETPn_Ft', '<?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/contrib/bootstrap/templates/block/block--system-menu-block--main.html.twig */
class __TwigTemplate_b14239d87abce99da119c43db402f798463bd6393cf536ac72c92a28cf466490 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 36
$context["heading_id"] = ($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 36), 36, $this->source) . \Drupal\Component\Utility\Html::getId("-menu"));
// line 37
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["heading_id"] ?? null), 37, $this->source), "html", null, true);
echo "\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "removeClass", [0 => "clearfix"], "method", false, false, true, 37), 37, $this->source), "role", "aria-labelledby"), "html", null, true);
echo ">
";
// line 39
echo " ";
if ( !twig_get_attribute($this->env, $this->source, ($context["configuration"] ?? null), "label_display", [], "any", false, false, true, 39)) {
// line 40
echo " ";
$context["title_attributes"] = twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "sr-only"], "method", false, false, true, 40);
// line 41
echo " ";
}
// line 42
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "setAttribute", [0 => "id", 1 => ($context["heading_id"] ?? null)], "method", false, false, true, 42), 42, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["configuration"] ?? null), "label", [], "any", false, false, true, 42), 42, $this->source), "html", null, true);
echo "
";
// line 44
$this->displayBlock('content', $context, $blocks);
// line 47
echo "
";
}
// line 44
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 45
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 45, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/contrib/bootstrap/templates/block/block--system-menu-block--main.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 45, 73 => 44, 68 => 47, 66 => 44, 58 => 42, 55 => 41, 52 => 40, 49 => 39, 42 => 37, 40 => 36,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for a menu block.
*
* Available variables:
* - plugin_id: The ID of the block implementation.
* - label: The configured label of the block if visible.
* - configuration: A list of the block's configuration values.
* - label: The configured label for the block.
* - label_display: The display settings for the label.
* - provider: The module or other provider that provided this block plugin.
* - Block plugin specific settings will also be stored here.
* - content: The content of this block.
* - attributes: HTML attributes for the containing element.
* - id: A valid HTML ID and guaranteed unique.
* - title_attributes: HTML attributes for the title element.
* - content_attributes: HTML attributes for the content element.
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
*
* Headings should be used on navigation menus that consistently appear on
* multiple pages. When this menu block's label is configured to not be
* displayed, it is automatically made invisible using the 'visually-hidden' CSS
* class, which still keeps it visible for screen-readers and assistive
* technology. Headings allow screen-reader and keyboard only users to navigate
* to or skip the links.
* See http://juicystudio.com/article/screen-readers-display-none.php and
* http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
*
* @ingroup templates
*/
#}
{% set heading_id = attributes.id ~ '-menu'|clean_id %}
{# Label. If not displayed, we still provide it for screen readers. #}
{% if not configuration.label_display %}
{% set title_attributes = title_attributes.addClass('sr-only') %}
{% endif %}
{{ configuration.label }}
{% block content %}
{{ content }}
{% endblock %}
", "themes/contrib/bootstrap/templates/block/block--system-menu-block--main.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/contrib/bootstrap/templates/block/block--system-menu-block--main.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 36, "if" => 39, "block" => 44);
static $filters = array("clean_id" => 36, "escape" => 37, "without" => 37);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_id', 'escape', 'without'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_b14239d87abce99da119c43db402f798463bd6393cf536ac72c92a28cf466490', 'themes/contrib/bootstrap/templates/block/block--system-menu-block--main.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/block/block--system-menu-block--main.html.twig') (Line: 55)
twig_render_template('themes/contrib/bootstrap/templates/block/block--system-menu-block--main.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 264)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_navbar(Array, Array) (Line: 182)
Twig\Template->displayBlock('navbar', Array, Array) (Line: 101)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_menu--main.html.twig_BRNFuIDEF_jXUs1w-OPsV3P5e', '<?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/stack/templates/menu--main.html.twig */
class __TwigTemplate_283aa895bb5163bfd364d6ad6d6160dd2913e4360d3abb3f45701339f87034b2 extends \Twig\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 18
$macros["menus"] = $this->macros["menus"] = $this;
// line 19
echo "
";
// line 24
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 24, $context, $this->getSourceContext()));
echo "
";
}
// line 26
public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__)
{
$macros = $this->macros;
$context = $this->env->mergeGlobals([
"items" => $__items__,
"attributes" => $__attributes__,
"menu_level" => $__menu_level__,
"varargs" => $__varargs__,
]);
$blocks = [];
ob_start();
try {
// line 27
echo " ";
$macros["menus"] = $this;
// line 28
echo " ";
if (($context["items"] ?? null)) {
// line 29
echo " ";
if ((($context["menu_level"] ?? null) == 0)) {
// line 30
echo " <ul>
";
} else {
// line 32
echo "\t
<ul>
";
}
// line 38
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 39
echo " ";
// line 40
$context["item_classes"] = [0 => ((twig_get_attribute($this->env, $this->source, // line 41
$context["item"], "is_expanded", [], "any", false, false, true, 41)) ? ("expanded ") : ("")), 1 => ((twig_get_attribute($this->env, $this->source, // line 42
$context["item"], "is_expanded", [], "any", false, false, true, 42)) ? ("dropdown") : ("")), 2 => ((twig_get_attribute($this->env, $this->source, // line 43
$context["item"], "is_expanded", [], "any", false, false, true, 43)) ? ("has-dropdown") : ("")), 3 => ((twig_get_attribute($this->env, $this->source, // line 44
$context["item"], "in_active_trail", [], "any", false, false, true, 44)) ? ("active") : (""))];
// line 47
echo "
";
// line 48
if (((($context["menu_level"] ?? null) == 0) && twig_get_attribute($this->env, $this->source, $context["item"], "is_expanded", [], "any", false, false, true, 48))) {
// line 49
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 49), "addClass", [0 => ($context["item_classes"] ?? null)], "method", false, false, true, 49), 49, $this->source), "html", null, true);
echo ">
\t\t";
// line 50
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 50), 50, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 50), 50, $this->source), ["class" => [0 => "dropdown__trigger"], "data-toggle" => [0 => "dropdown"]]), "html", null, true);
echo "
";
} else {
// line 52
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 52), "addClass", [0 => ($context["item_classes"] ?? null)], "method", false, false, true, 52), 52, $this->source), "html", null, true);
echo ">
";
// line 53
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 53), 53, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 53), 53, $this->source), ["class" => [0 => "dropdown__trigger"]]), "html", null, true);
echo "
";
}
// line 55
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 55)) {
// line 56
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 56), twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "removeClass", [0 => "nav", 1 => "navbar-nav"], "method", false, false, true, 56), (($context["menu_level"] ?? null) + 1)], 56, $context, $this->getSourceContext()));
echo "
";
}
// line 58
echo " </li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 60
echo " ";
if ((($context["menu_level"] ?? null) == 0)) {
// line 61
echo " </ul>
";
} else {
// line 63
echo "\t </ul>
\t
\t
\t
\t
";
}
// line 69
echo " ";
}
return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset());
} finally {
ob_end_clean();
}
}
public function getTemplateName()
{
return "themes/stack/templates/menu--main.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 156 => 69, 148 => 63, 144 => 61, 141 => 60, 134 => 58, 128 => 56, 125 => 55, 120 => 53, 115 => 52, 110 => 50, 105 => 49, 103 => 48, 100 => 47, 98 => 44, 97 => 43, 96 => 42, 95 => 41, 94 => 40, 92 => 39, 87 => 38, 79 => 32, 75 => 30, 72 => 29, 69 => 28, 66 => 27, 51 => 26, 44 => 24, 41 => 19, 39 => 18,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a menu.
*
* Available variables:
* - menu_name: The machine name of the menu.
* - items: A nested list of menu items. Each menu item contains:
* - attributes: HTML attributes for the menu item.
* - below: The menu item child items.
* - title: The menu link title.
* - url: The menu link url, instance of \\Drupal\\Core\\Url
* - localized_options: Menu link localized options.
*
* @ingroup templates
*/
#}
{% import _self as menus %}
{#
We call a macro which calls itself to render the full tree.
@see http://twig.sensiolabs.org/doc/tags/macro.html
#}
{{ menus.menu_links(items, attributes, 0) }}
{% macro menu_links(items, attributes, menu_level) %}
{% import _self as menus %}
{% if items %}
{% if menu_level == 0 %}
<ul>
{% else %}
\t
<ul>
{% endif %}
{% for item in items %}
{%
set item_classes = [
item.is_expanded ? 'expanded ',
item.is_expanded ? 'dropdown',
\t\t item.is_expanded ? 'has-dropdown',
item.in_active_trail ? 'active',
]
%}
{% if menu_level == 0 and item.is_expanded %}
<li>
\t\t{{ link(item.title, item.url, { 'class':['dropdown__trigger'], 'data-toggle':['dropdown']}) }}
{% else %}
<li>
{{ link(item.title, item.url, { 'class':['dropdown__trigger']}) }}
{% endif %}
{% if item.below %}
{{ menus.menu_links(item.below, attributes.removeClass('nav', 'navbar-nav'), menu_level + 1) }}
{% endif %}
</li>
{% endfor %}
{% if menu_level == 0 %}
</ul>
{% else %}
\t </ul>
\t
\t
\t
\t
{% endif %}
{% endif %}
{% endmacro %}
", "themes/stack/templates/menu--main.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/menu--main.html.twig");
}
public function checkSecurity()
{
static $tags = array("import" => 18, "macro" => 26, "if" => 28, "for" => 38, "set" => 40);
static $filters = array("escape" => 49);
static $functions = array("link" => 50);
try {
$this->sandbox->checkSecurity(
['import', 'macro', 'if', 'for', 'set'],
['escape'],
['link']
);
} 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('645f1dae01fbc_menu--main.html.twig_BRNFuIDEF_jXUs1w-OPsV3P5e', '<?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/stack/templates/menu--main.html.twig */
class __TwigTemplate_283aa895bb5163bfd364d6ad6d6160dd2913e4360d3abb3f45701339f87034b2 extends \Twig\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 18
$macros["menus"] = $this->macros["menus"] = $this;
// line 19
echo "
";
// line 24
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 24, $context, $this->getSourceContext()));
echo "
";
}
// line 26
public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__)
{
$macros = $this->macros;
$context = $this->env->mergeGlobals([
"items" => $__items__,
"attributes" => $__attributes__,
"menu_level" => $__menu_level__,
"varargs" => $__varargs__,
]);
$blocks = [];
ob_start();
try {
// line 27
echo " ";
$macros["menus"] = $this;
// line 28
echo " ";
if (($context["items"] ?? null)) {
// line 29
echo " ";
if ((($context["menu_level"] ?? null) == 0)) {
// line 30
echo " <ul>
";
} else {
// line 32
echo "\t
<ul>
";
}
// line 38
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 39
echo " ";
// line 40
$context["item_classes"] = [0 => ((twig_get_attribute($this->env, $this->source, // line 41
$context["item"], "is_expanded", [], "any", false, false, true, 41)) ? ("expanded ") : ("")), 1 => ((twig_get_attribute($this->env, $this->source, // line 42
$context["item"], "is_expanded", [], "any", false, false, true, 42)) ? ("dropdown") : ("")), 2 => ((twig_get_attribute($this->env, $this->source, // line 43
$context["item"], "is_expanded", [], "any", false, false, true, 43)) ? ("has-dropdown") : ("")), 3 => ((twig_get_attribute($this->env, $this->source, // line 44
$context["item"], "in_active_trail", [], "any", false, false, true, 44)) ? ("active") : (""))];
// line 47
echo "
";
// line 48
if (((($context["menu_level"] ?? null) == 0) && twig_get_attribute($this->env, $this->source, $context["item"], "is_expanded", [], "any", false, false, true, 48))) {
// line 49
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 49), "addClass", [0 => ($context["item_classes"] ?? null)], "method", false, false, true, 49), 49, $this->source), "html", null, true);
echo ">
\t\t";
// line 50
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 50), 50, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 50), 50, $this->source), ["class" => [0 => "dropdown__trigger"], "data-toggle" => [0 => "dropdown"]]), "html", null, true);
echo "
";
} else {
// line 52
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 52), "addClass", [0 => ($context["item_classes"] ?? null)], "method", false, false, true, 52), 52, $this->source), "html", null, true);
echo ">
";
// line 53
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 53), 53, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 53), 53, $this->source), ["class" => [0 => "dropdown__trigger"]]), "html", null, true);
echo "
";
}
// line 55
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 55)) {
// line 56
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 56), twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "removeClass", [0 => "nav", 1 => "navbar-nav"], "method", false, false, true, 56), (($context["menu_level"] ?? null) + 1)], 56, $context, $this->getSourceContext()));
echo "
";
}
// line 58
echo " </li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 60
echo " ";
if ((($context["menu_level"] ?? null) == 0)) {
// line 61
echo " </ul>
";
} else {
// line 63
echo "\t </ul>
\t
\t
\t
\t
";
}
// line 69
echo " ";
}
return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset());
} finally {
ob_end_clean();
}
}
public function getTemplateName()
{
return "themes/stack/templates/menu--main.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 156 => 69, 148 => 63, 144 => 61, 141 => 60, 134 => 58, 128 => 56, 125 => 55, 120 => 53, 115 => 52, 110 => 50, 105 => 49, 103 => 48, 100 => 47, 98 => 44, 97 => 43, 96 => 42, 95 => 41, 94 => 40, 92 => 39, 87 => 38, 79 => 32, 75 => 30, 72 => 29, 69 => 28, 66 => 27, 51 => 26, 44 => 24, 41 => 19, 39 => 18,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a menu.
*
* Available variables:
* - menu_name: The machine name of the menu.
* - items: A nested list of menu items. Each menu item contains:
* - attributes: HTML attributes for the menu item.
* - below: The menu item child items.
* - title: The menu link title.
* - url: The menu link url, instance of \\Drupal\\Core\\Url
* - localized_options: Menu link localized options.
*
* @ingroup templates
*/
#}
{% import _self as menus %}
{#
We call a macro which calls itself to render the full tree.
@see http://twig.sensiolabs.org/doc/tags/macro.html
#}
{{ menus.menu_links(items, attributes, 0) }}
{% macro menu_links(items, attributes, menu_level) %}
{% import _self as menus %}
{% if items %}
{% if menu_level == 0 %}
<ul>
{% else %}
\t
<ul>
{% endif %}
{% for item in items %}
{%
set item_classes = [
item.is_expanded ? 'expanded ',
item.is_expanded ? 'dropdown',
\t\t item.is_expanded ? 'has-dropdown',
item.in_active_trail ? 'active',
]
%}
{% if menu_level == 0 and item.is_expanded %}
<li>
\t\t{{ link(item.title, item.url, { 'class':['dropdown__trigger'], 'data-toggle':['dropdown']}) }}
{% else %}
<li>
{{ link(item.title, item.url, { 'class':['dropdown__trigger']}) }}
{% endif %}
{% if item.below %}
{{ menus.menu_links(item.below, attributes.removeClass('nav', 'navbar-nav'), menu_level + 1) }}
{% endif %}
</li>
{% endfor %}
{% if menu_level == 0 %}
</ul>
{% else %}
\t </ul>
\t
\t
\t
\t
{% endif %}
{% endif %}
{% endmacro %}
", "themes/stack/templates/menu--main.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/menu--main.html.twig");
}
public function checkSecurity()
{
static $tags = array("import" => 18, "macro" => 26, "if" => 28, "for" => 38, "set" => 40);
static $filters = array("escape" => 49);
static $functions = array("link" => 50);
try {
$this->sandbox->checkSecurity(
['import', 'macro', 'if', 'for', 'set'],
['escape'],
['link']
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_283aa895bb5163bfd364d6ad6d6160dd2913e4360d3abb3f45701339f87034b2', 'themes/stack/templates/menu--main.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/menu--main.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/menu--main.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('menu__main', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78)
__TwigTemplate_b14239d87abce99da119c43db402f798463bd6393cf536ac72c92a28cf466490->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 66)
__TwigTemplate_b14239d87abce99da119c43db402f798463bd6393cf536ac72c92a28cf466490->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/contrib/bootstrap/templates/block/block--system-menu-block--main.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 264)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_navbar(Array, Array) (Line: 182)
Twig\Template->displayBlock('navbar', Array, Array) (Line: 101)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_block.html.twig_iFeGvQ5LM2jzDolWbgdXeAztd', '<?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/stack/templates/block.html.twig */
class __TwigTemplate_e89eecec3ef225428e6197a42f660310a02dced3cdbee0fb6fe703249bf93359 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 49
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 51
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 51), 51, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 52
($context["plugin_id"] ?? null), 52, $this->source))), 3 => "clearfix"];
// line 56
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 56), 56, $this->source), "html", null, true);
echo ">
";
// line 58
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 58, $this->source), "html", null, true);
echo "
";
// line 59
if (($context["label"] ?? null)) {
// line 60
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "block-title"], "method", false, false, true, 60), 60, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 60, $this->source), "html", null, true);
echo "
";
}
// line 62
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 62, $this->source), "html", null, true);
echo "
";
// line 64
$this->displayBlock('content', $context, $blocks);
// line 67
echo "
";
}
// line 64
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 65
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 65, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 83 => 65, 79 => 64, 72 => 67, 70 => 64, 64 => 62, 56 => 60, 54 => 59, 50 => 58, 44 => 56, 42 => 52, 41 => 51, 40 => 49,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a block.
*
* Available variables:
* - \$block->subject: Block title.
* - \$content: Block content.
* - \$block->module: Module that generated the block.
* - \$block->delta: An ID for the block, unique within each module.
* - \$block->region: The block region embedding the current block.
* - \$classes: String of classes that can be used to style contextually through
* CSS. It can be manipulated through the variable \$classes_array from
* preprocess functions. The default values can be one or more of the
* following:
* - block: The current template type, i.e., \"theming hook\".
* - block-[module]: The module generating the block. For example, the user
* module is responsible for handling the default user navigation block. In
* that case the class would be 'block-user'.
* - \$title_prefix (array): An array containing additional output populated by
* modules, intended to be displayed in front of the main title tag that
* appears in the template.
* - \$title_suffix (array): An array containing additional output populated by
* modules, intended to be displayed after the main title tag that appears in
* the template.
*
* Helper variables:
* - \$classes_array: Array of html class attribute values. It is flattened
* into a string within the variable \$classes.
* - \$block_zebra: Outputs 'odd' and 'even' dependent on each block region.
* - \$zebra: Same output as \$block_zebra but independent of any block region.
* - \$block_id: Counter dependent on each block region.
* - \$id: Same output as \$block_id but independent of any block region.
* - \$is_front: Flags true when presented in the front page.
* - \$logged_in: Flags true when the current user is a logged-in member.
* - \$is_admin: Flags true when the current user is an administrator.
* - \$block_html_id: A valid HTML ID and guaranteed unique.
*
* @ingroup templates
*
* @see bootstrap_preprocess_block()
* @see template_preprocess()
* @see template_preprocess_block()
* @see bootstrap_process_block()
* @see template_process()
*/
#}
{%
set classes = [
'block',
'block-' ~ configuration.provider|clean_class,
'block-' ~ plugin_id|clean_class,
'clearfix',
]
%}
{{ title_prefix }}
{% if label %}
{{ label }}
{% endif %}
{{ title_suffix }}
{% block content %}
{{ content }}
{% endblock %}
", "themes/stack/templates/block.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 49, "if" => 59, "block" => 64);
static $filters = array("clean_class" => 51, "escape" => 56);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'escape'],
[]
);
} 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('645f1dae01fbc_block.html.twig_iFeGvQ5LM2jzDolWbgdXeAztd', '<?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/stack/templates/block.html.twig */
class __TwigTemplate_e89eecec3ef225428e6197a42f660310a02dced3cdbee0fb6fe703249bf93359 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 49
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 51
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 51), 51, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 52
($context["plugin_id"] ?? null), 52, $this->source))), 3 => "clearfix"];
// line 56
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 56), 56, $this->source), "html", null, true);
echo ">
";
// line 58
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 58, $this->source), "html", null, true);
echo "
";
// line 59
if (($context["label"] ?? null)) {
// line 60
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "block-title"], "method", false, false, true, 60), 60, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 60, $this->source), "html", null, true);
echo "
";
}
// line 62
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 62, $this->source), "html", null, true);
echo "
";
// line 64
$this->displayBlock('content', $context, $blocks);
// line 67
echo "
";
}
// line 64
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 65
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 65, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 83 => 65, 79 => 64, 72 => 67, 70 => 64, 64 => 62, 56 => 60, 54 => 59, 50 => 58, 44 => 56, 42 => 52, 41 => 51, 40 => 49,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a block.
*
* Available variables:
* - \$block->subject: Block title.
* - \$content: Block content.
* - \$block->module: Module that generated the block.
* - \$block->delta: An ID for the block, unique within each module.
* - \$block->region: The block region embedding the current block.
* - \$classes: String of classes that can be used to style contextually through
* CSS. It can be manipulated through the variable \$classes_array from
* preprocess functions. The default values can be one or more of the
* following:
* - block: The current template type, i.e., \"theming hook\".
* - block-[module]: The module generating the block. For example, the user
* module is responsible for handling the default user navigation block. In
* that case the class would be 'block-user'.
* - \$title_prefix (array): An array containing additional output populated by
* modules, intended to be displayed in front of the main title tag that
* appears in the template.
* - \$title_suffix (array): An array containing additional output populated by
* modules, intended to be displayed after the main title tag that appears in
* the template.
*
* Helper variables:
* - \$classes_array: Array of html class attribute values. It is flattened
* into a string within the variable \$classes.
* - \$block_zebra: Outputs 'odd' and 'even' dependent on each block region.
* - \$zebra: Same output as \$block_zebra but independent of any block region.
* - \$block_id: Counter dependent on each block region.
* - \$id: Same output as \$block_id but independent of any block region.
* - \$is_front: Flags true when presented in the front page.
* - \$logged_in: Flags true when the current user is a logged-in member.
* - \$is_admin: Flags true when the current user is an administrator.
* - \$block_html_id: A valid HTML ID and guaranteed unique.
*
* @ingroup templates
*
* @see bootstrap_preprocess_block()
* @see template_preprocess()
* @see template_preprocess_block()
* @see bootstrap_process_block()
* @see template_process()
*/
#}
{%
set classes = [
'block',
'block-' ~ configuration.provider|clean_class,
'block-' ~ plugin_id|clean_class,
'clearfix',
]
%}
{{ title_prefix }}
{% if label %}
{{ label }}
{% endif %}
{{ title_suffix }}
{% block content %}
{{ content }}
{% endblock %}
", "themes/stack/templates/block.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 49, "if" => 59, "block" => 64);
static $filters = array("clean_class" => 51, "escape" => 56);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_e89eecec3ef225428e6197a42f660310a02dced3cdbee0fb6fe703249bf93359', 'themes/stack/templates/block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/block.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 264)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_navbar(Array, Array) (Line: 182)
Twig\Template->displayBlock('navbar', Array, Array) (Line: 101)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_block--system-messages-bl_0Z3rHzeLpz74cOBv7jAhuQi_l', '<?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;
/* core/modules/system/templates/block--system-messages-block.html.twig */
class __TwigTemplate_b5742665b50ed1c286748d83f1d97418608ad687918daebf831a6a24b332a88d extends \Twig\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 15
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "core/modules/system/templates/block--system-messages-block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 15,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for the messages block.
*
* Removes wrapper elements from block so that empty block does not appear when
* there are no messages.
*
* Available variables:
* - content: The content of this block.
*
* @ingroup themeable
*/
#}
{{ content }}
", "core/modules/system/templates/block--system-messages-block.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/system/templates/block--system-messages-block.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 15);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} 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('645f1dae01fbc_block--system-messages-bl_0Z3rHzeLpz74cOBv7jAhuQi_l', '<?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;
/* core/modules/system/templates/block--system-messages-block.html.twig */
class __TwigTemplate_b5742665b50ed1c286748d83f1d97418608ad687918daebf831a6a24b332a88d extends \Twig\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 15
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "core/modules/system/templates/block--system-messages-block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 15,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for the messages block.
*
* Removes wrapper elements from block so that empty block does not appear when
* there are no messages.
*
* Available variables:
* - content: The content of this block.
*
* @ingroup themeable
*/
#}
{{ content }}
", "core/modules/system/templates/block--system-messages-block.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/system/templates/block--system-messages-block.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 15);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_b5742665b50ed1c286748d83f1d97418608ad687918daebf831a6a24b332a88d', 'core/modules/system/templates/block--system-messages-block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/modules/system/templates/block--system-messages-block.html.twig') (Line: 55)
twig_render_template('core/modules/system/templates/block--system-messages-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 464)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_highlighted(Array, Array) (Line: 182)
Twig\Template->displayBlock('highlighted', Array, Array) (Line: 362)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_main(Array, Array) (Line: 182)
Twig\Template->displayBlock('main', Array, Array) (Line: 175)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_block--system.html.twig_oa_AuFYjmz4c_VsdLzq6GWc-R', '<?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/contrib/bootstrap/templates/block/block--system.html.twig */
class __TwigTemplate_d9624e28a3806d9b0d6c979dd9cb2ab32b84faa904cf721c099d929dfb2c782d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 9
return "block--bare.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("block--bare.html.twig", "themes/contrib/bootstrap/templates/block/block--system.html.twig", 9);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
public function getTemplateName()
{
return "themes/contrib/bootstrap/templates/block/block--system.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 36 => 9,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for system blocks.
*
* @ingroup templates
*/
#}
{% extends \"block--bare.html.twig\" %}
", "themes/contrib/bootstrap/templates/block/block--system.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/contrib/bootstrap/templates/block/block--system.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array();
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
[],
[]
);
} 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('645f1dae01fbc_block--system.html.twig_oa_AuFYjmz4c_VsdLzq6GWc-R', '<?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/contrib/bootstrap/templates/block/block--system.html.twig */
class __TwigTemplate_d9624e28a3806d9b0d6c979dd9cb2ab32b84faa904cf721c099d929dfb2c782d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 9
return "block--bare.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("block--bare.html.twig", "themes/contrib/bootstrap/templates/block/block--system.html.twig", 9);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
public function getTemplateName()
{
return "themes/contrib/bootstrap/templates/block/block--system.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 36 => 9,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for system blocks.
*
* @ingroup templates
*/
#}
{% extends \"block--bare.html.twig\" %}
", "themes/contrib/bootstrap/templates/block/block--system.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/contrib/bootstrap/templates/block/block--system.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array();
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
[],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_d9624e28a3806d9b0d6c979dd9cb2ab32b84faa904cf721c099d929dfb2c782d', 'themes/contrib/bootstrap/templates/block/block--system.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/block/block--system.html.twig') (Line: 55)
twig_render_template('themes/contrib/bootstrap/templates/block/block--system.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 510)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 423)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_main(Array, Array) (Line: 182)
Twig\Template->displayBlock('main', Array, Array) (Line: 175)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_breadcrumb.html.twig_3-C-slqr_TDY1AwKxnl0NdreN', '<?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/contrib/bootstrap/templates/system/breadcrumb.html.twig */
class __TwigTemplate_a0f0f90b978a18d561ee294f7740bf662d1d276b4e079798e71e43086e01dc14 extends \Twig\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 12
if (($context["breadcrumb"] ?? null)) {
// line 13
echo " <ol>
";
// line 14
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["breadcrumb"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 15
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 15), 15, $this->source), "html", null, true);
echo ">
";
// line 16
if (twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 16)) {
// line 17
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 17), 17, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 17), 17, $this->source), "html", null, true);
echo "</a>
";
} else {
// line 19
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 19), 19, $this->source), "html", null, true);
echo "
";
}
// line 21
echo " </li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 23
echo " </ol>
";
}
}
public function getTemplateName()
{
return "themes/contrib/bootstrap/templates/system/breadcrumb.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 76 => 23, 69 => 21, 63 => 19, 55 => 17, 53 => 16, 48 => 15, 44 => 14, 41 => 13, 39 => 12,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for a breadcrumb trail.
*
* Available variables:
* - breadcrumb: Breadcrumb trail items.
*
* @ingroup templates
*/
#}
{% if breadcrumb %}
<ol>
{% for item in breadcrumb %}
<li attributes>
{% if item.url %}
<a>{{ item.text }}</a>
{% else %}
{{ item.text }}
{% endif %}
</li>
{% endfor %}
</ol>
{% endif %}
", "themes/contrib/bootstrap/templates/system/breadcrumb.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/contrib/bootstrap/templates/system/breadcrumb.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 12, "for" => 14);
static $filters = array("escape" => 15);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'for'],
['escape'],
[]
);
} 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('645f1dae01fbc_breadcrumb.html.twig_3-C-slqr_TDY1AwKxnl0NdreN', '<?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/contrib/bootstrap/templates/system/breadcrumb.html.twig */
class __TwigTemplate_a0f0f90b978a18d561ee294f7740bf662d1d276b4e079798e71e43086e01dc14 extends \Twig\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 12
if (($context["breadcrumb"] ?? null)) {
// line 13
echo " <ol>
";
// line 14
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["breadcrumb"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 15
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 15), 15, $this->source), "html", null, true);
echo ">
";
// line 16
if (twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 16)) {
// line 17
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 17), 17, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 17), 17, $this->source), "html", null, true);
echo "</a>
";
} else {
// line 19
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 19), 19, $this->source), "html", null, true);
echo "
";
}
// line 21
echo " </li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 23
echo " </ol>
";
}
}
public function getTemplateName()
{
return "themes/contrib/bootstrap/templates/system/breadcrumb.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 76 => 23, 69 => 21, 63 => 19, 55 => 17, 53 => 16, 48 => 15, 44 => 14, 41 => 13, 39 => 12,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for a breadcrumb trail.
*
* Available variables:
* - breadcrumb: Breadcrumb trail items.
*
* @ingroup templates
*/
#}
{% if breadcrumb %}
<ol>
{% for item in breadcrumb %}
<li attributes>
{% if item.url %}
<a>{{ item.text }}</a>
{% else %}
{{ item.text }}
{% endif %}
</li>
{% endfor %}
</ol>
{% endif %}
", "themes/contrib/bootstrap/templates/system/breadcrumb.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/contrib/bootstrap/templates/system/breadcrumb.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 12, "for" => 14);
static $filters = array("escape" => 15);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'for'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_a0f0f90b978a18d561ee294f7740bf662d1d276b4e079798e71e43086e01dc14', 'themes/contrib/bootstrap/templates/system/breadcrumb.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/system/breadcrumb.html.twig') (Line: 55)
twig_render_template('themes/contrib/bootstrap/templates/system/breadcrumb.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('breadcrumb', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 48)
__TwigTemplate_bf3a20d91967f5bcfcc797d46017787db7e2d6850b86bc370514eabbf110f7d6->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 40)
__TwigTemplate_bf3a20d91967f5bcfcc797d46017787db7e2d6850b86bc370514eabbf110f7d6->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array, Array) (Line: 43)
__TwigTemplate_d9624e28a3806d9b0d6c979dd9cb2ab32b84faa904cf721c099d929dfb2c782d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/contrib/bootstrap/templates/block/block--system.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 544)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_footer(Array, Array) (Line: 182)
Twig\Template->displayBlock('footer', Array, Array) (Line: 182)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_paragraph--paragraph_imag_2jO2PqbvXWV5wfTS8Q-JtqeHw', '<?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/stack/templates/paragraph--paragraph_image_block.html.twig */
class __TwigTemplate_38189266567f7b66c99c986c0019eb61d3900ff2b107f0a8105573daf89b867a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'paragraph' => [$this, 'block_paragraph'],
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 41
if ((twig_lower_filter($this->env, twig_replace_filter(twig_striptags(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_image_position", [], "any", false, false, true, 41), "value", [], "any", false, false, true, 41)), ["
" => "", " " => ""])) == "right")) {
echo "
";
// line 42
$context["switch"] = "switchable switchable--switch";
} else {
// line 44
$context["switch"] = "switchable";
}
// line 46
echo "
";
// line 48
$context["classes"] = [0 => "paragraph", 1 => ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 50
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 50), 50, $this->source))), 2 => twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 51
($context["paragraph"] ?? null), "field_paragraph_extra_class", [], "any", false, false, true, 51), "value", [], "any", false, false, true, 51), 51, $this->source))), 3 => "imageblock", 4 => // line 53
($context["switch"] ?? null), 5 => (( // line 54
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 54, $this->source)))) : (""))];
// line 57
$context["img_url"] = $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_0 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_image", [], "any", false, false, true, 57)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#items"] ?? null) : null), "entity", [], "any", false, false, true, 57), "uri", [], "any", false, false, true, 57), "value", [], "any", false, false, true, 57), 57, $this->source));
// line 58
$this->displayBlock('paragraph', $context, $blocks);
}
public function block_paragraph($context, array $blocks = [])
{
$macros = $this->macros;
// line 59
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 59), 59, $this->source), "html", null, true);
echo " ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 59), "value", [], "any", false, false, true, 59)))) {
echo " id=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 59), "value", [], "any", false, false, true, 59), 59, $this->source))), "html", null, true);
echo "\" ";
}
echo " >
";
// line 60
if (($context["img_url"] ?? null)) {
// line 61
echo "\t
\t
";
// line 63
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_image", [], "any", false, false, true, 63), 63, $this->source), "html", null, true);
echo "
\t
\t";
}
// line 67
echo "
\t
\t
";
// line 70
$this->displayBlock('content', $context, $blocks);
// line 73
echo "\t\t
\t
";
}
// line 70
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
echo "\t
";
// line 71
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 71, $this->source), "field_paragraph_extra_class", "field_paragraph_image", "field_paragraph_image_position", "field_paragraph_id"), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/paragraph--paragraph_image_block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 115 => 71, 109 => 70, 101 => 73, 99 => 70, 94 => 67, 87 => 63, 83 => 61, 81 => 60, 70 => 59, 63 => 58, 61 => 57, 59 => 54, 58 => 53, 57 => 51, 56 => 50, 55 => 48, 52 => 46, 49 => 44, 46 => 42, 41 => 41,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a paragraph.
*
* Available variables:
* - paragraph: Full paragraph entity.
* Only method names starting with \"get\", \"has\", or \"is\" and a few common
* methods such as \"id\", \"label\", and \"bundle\" are available. For example:
* - paragraph.getCreatedTime() will return the paragraph creation timestamp.
* - paragraph.id(): The paragraph ID.
* - paragraph.bundle(): The type of the paragraph, for example, \"image\" or \"text\".
* - paragraph.getOwnerId(): The user ID of the paragraph author.
* See Drupal\\paragraphs\\Entity\\Paragraph for a full list of public properties
* and methods for the paragraph object.
* - content: All paragraph items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - attributes: HTML attributes for the containing element.
* The attributes.class element may contain one or more of the following
* classes:
* - paragraphs: The current template type (also known as a \"theming hook\").
* - paragraphs--type-[type]: The current paragraphs type. For example, if the paragraph is an
* \"Image\" it would result in \"paragraphs--type--image\". Note that the machine
* name will often be in a short form of the human readable label.
* - paragraphs--view-mode--[view_mode]: The View Mode of the paragraph; for example, a
* preview would result in: \"paragraphs--view-mode--preview\", and
* default: \"paragraphs--view-mode--default\".
* - view_mode: View mode; for example, \"preview\" or \"full\".
* - logged_in: Flag for authenticated user status. Will be true when the
* current user is a logged-in member.
* - is_admin: Flag for admin user status. Will be true when the current user
* is an administrator.
*
* @see template_preprocess_paragraph()
*
* @ingroup themeable
*/
#}
{% if paragraph.field_paragraph_image_position.value|striptags|replace({\"\\n\":\"\", \" \":\"\"})|lower == 'right' %}
{% set switch = \"switchable switchable--switch\" %}
{% else %}
{% set switch = \"switchable\" %}
{% endif %}
{%
set classes = [
'paragraph',
'paragraph--type--' ~ paragraph.bundle|clean_class,
\tparagraph.field_paragraph_extra_class.value|render|trim,
\t'imageblock',
\tswitch,
view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class,
]
%}
{% set img_url = file_url(content.field_paragraph_image['#items'].entity.uri.value) %}
{% block paragraph %}
{% if img_url %}
\t
\t
{{ content.field_paragraph_image }}
\t
\t{% endif %}
\t
\t
{% block content %}\t
{{ content|without('field_paragraph_extra_class','field_paragraph_image','field_paragraph_image_position','field_paragraph_id') }}
{% endblock %}
\t\t
\t
{% endblock paragraph %}
", "themes/stack/templates/paragraph--paragraph_image_block.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/paragraph--paragraph_image_block.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 41, "set" => 42, "block" => 58);
static $filters = array("lower" => 41, "replace" => 41, "striptags" => 41, "clean_class" => 50, "trim" => 51, "render" => 51, "escape" => 59, "without" => 71);
static $functions = array("file_url" => 57);
try {
$this->sandbox->checkSecurity(
['if', 'set', 'block'],
['lower', 'replace', 'striptags', 'clean_class', 'trim', 'render', 'escape', 'without'],
['file_url']
);
} 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('645f1dae01fbc_paragraph--paragraph_imag_2jO2PqbvXWV5wfTS8Q-JtqeHw', '<?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/stack/templates/paragraph--paragraph_image_block.html.twig */
class __TwigTemplate_38189266567f7b66c99c986c0019eb61d3900ff2b107f0a8105573daf89b867a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'paragraph' => [$this, 'block_paragraph'],
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 41
if ((twig_lower_filter($this->env, twig_replace_filter(twig_striptags(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_image_position", [], "any", false, false, true, 41), "value", [], "any", false, false, true, 41)), ["
" => "", " " => ""])) == "right")) {
echo "
";
// line 42
$context["switch"] = "switchable switchable--switch";
} else {
// line 44
$context["switch"] = "switchable";
}
// line 46
echo "
";
// line 48
$context["classes"] = [0 => "paragraph", 1 => ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 50
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 50), 50, $this->source))), 2 => twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 51
($context["paragraph"] ?? null), "field_paragraph_extra_class", [], "any", false, false, true, 51), "value", [], "any", false, false, true, 51), 51, $this->source))), 3 => "imageblock", 4 => // line 53
($context["switch"] ?? null), 5 => (( // line 54
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 54, $this->source)))) : (""))];
// line 57
$context["img_url"] = $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_0 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_image", [], "any", false, false, true, 57)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#items"] ?? null) : null), "entity", [], "any", false, false, true, 57), "uri", [], "any", false, false, true, 57), "value", [], "any", false, false, true, 57), 57, $this->source));
// line 58
$this->displayBlock('paragraph', $context, $blocks);
}
public function block_paragraph($context, array $blocks = [])
{
$macros = $this->macros;
// line 59
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 59), 59, $this->source), "html", null, true);
echo " ";
if (twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 59), "value", [], "any", false, false, true, 59)))) {
echo " id=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_trim_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_paragraph_id", [], "any", false, false, true, 59), "value", [], "any", false, false, true, 59), 59, $this->source))), "html", null, true);
echo "\" ";
}
echo " >
";
// line 60
if (($context["img_url"] ?? null)) {
// line 61
echo "\t
\t
";
// line 63
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_image", [], "any", false, false, true, 63), 63, $this->source), "html", null, true);
echo "
\t
\t";
}
// line 67
echo "
\t
\t
";
// line 70
$this->displayBlock('content', $context, $blocks);
// line 73
echo "\t\t
\t
";
}
// line 70
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
echo "\t
";
// line 71
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 71, $this->source), "field_paragraph_extra_class", "field_paragraph_image", "field_paragraph_image_position", "field_paragraph_id"), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/paragraph--paragraph_image_block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 115 => 71, 109 => 70, 101 => 73, 99 => 70, 94 => 67, 87 => 63, 83 => 61, 81 => 60, 70 => 59, 63 => 58, 61 => 57, 59 => 54, 58 => 53, 57 => 51, 56 => 50, 55 => 48, 52 => 46, 49 => 44, 46 => 42, 41 => 41,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a paragraph.
*
* Available variables:
* - paragraph: Full paragraph entity.
* Only method names starting with \"get\", \"has\", or \"is\" and a few common
* methods such as \"id\", \"label\", and \"bundle\" are available. For example:
* - paragraph.getCreatedTime() will return the paragraph creation timestamp.
* - paragraph.id(): The paragraph ID.
* - paragraph.bundle(): The type of the paragraph, for example, \"image\" or \"text\".
* - paragraph.getOwnerId(): The user ID of the paragraph author.
* See Drupal\\paragraphs\\Entity\\Paragraph for a full list of public properties
* and methods for the paragraph object.
* - content: All paragraph items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - attributes: HTML attributes for the containing element.
* The attributes.class element may contain one or more of the following
* classes:
* - paragraphs: The current template type (also known as a \"theming hook\").
* - paragraphs--type-[type]: The current paragraphs type. For example, if the paragraph is an
* \"Image\" it would result in \"paragraphs--type--image\". Note that the machine
* name will often be in a short form of the human readable label.
* - paragraphs--view-mode--[view_mode]: The View Mode of the paragraph; for example, a
* preview would result in: \"paragraphs--view-mode--preview\", and
* default: \"paragraphs--view-mode--default\".
* - view_mode: View mode; for example, \"preview\" or \"full\".
* - logged_in: Flag for authenticated user status. Will be true when the
* current user is a logged-in member.
* - is_admin: Flag for admin user status. Will be true when the current user
* is an administrator.
*
* @see template_preprocess_paragraph()
*
* @ingroup themeable
*/
#}
{% if paragraph.field_paragraph_image_position.value|striptags|replace({\"\\n\":\"\", \" \":\"\"})|lower == 'right' %}
{% set switch = \"switchable switchable--switch\" %}
{% else %}
{% set switch = \"switchable\" %}
{% endif %}
{%
set classes = [
'paragraph',
'paragraph--type--' ~ paragraph.bundle|clean_class,
\tparagraph.field_paragraph_extra_class.value|render|trim,
\t'imageblock',
\tswitch,
view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class,
]
%}
{% set img_url = file_url(content.field_paragraph_image['#items'].entity.uri.value) %}
{% block paragraph %}
{% if img_url %}
\t
\t
{{ content.field_paragraph_image }}
\t
\t{% endif %}
\t
\t
{% block content %}\t
{{ content|without('field_paragraph_extra_class','field_paragraph_image','field_paragraph_image_position','field_paragraph_id') }}
{% endblock %}
\t\t
\t
{% endblock paragraph %}
", "themes/stack/templates/paragraph--paragraph_image_block.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/paragraph--paragraph_image_block.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 41, "set" => 42, "block" => 58);
static $filters = array("lower" => 41, "replace" => 41, "striptags" => 41, "clean_class" => 50, "trim" => 51, "render" => 51, "escape" => 59, "without" => 71);
static $functions = array("file_url" => 57);
try {
$this->sandbox->checkSecurity(
['if', 'set', 'block'],
['lower', 'replace', 'striptags', 'clean_class', 'trim', 'render', 'escape', 'without'],
['file_url']
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_38189266567f7b66c99c986c0019eb61d3900ff2b107f0a8105573daf89b867a', 'themes/stack/templates/paragraph--paragraph_image_block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/paragraph--paragraph_image_block.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/paragraph--paragraph_image_block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 67)
__TwigTemplate_1634df59f76918d2f441a10a2c097e2258145deb33cffe51f225ec20dfa71bc9->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_e89eecec3ef225428e6197a42f660310a02dced3cdbee0fb6fe703249bf93359->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 70)
__TwigTemplate_e89eecec3ef225428e6197a42f660310a02dced3cdbee0fb6fe703249bf93359->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 544)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_footer(Array, Array) (Line: 182)
Twig\Template->displayBlock('footer', Array, Array) (Line: 182)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_field--field_paragraph_im_H_x9lAlOPP5wNzE18GTrKZJC3', '<?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/stack/templates/field--field_paragraph_image.html.twig */
class __TwigTemplate_5c44131a22b4519cf8aec47765b25d5150c89fc38f87827e865c94b65d2cacff extends \Twig\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 41
echo "
";
// line 42
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 43
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 43), 43, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/stack/templates/field--field_paragraph_image.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 43, 42 => 42, 39 => 41,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for a field.
*
* To override output, copy the \"field.html.twig\" from the templates directory
* to your theme's directory and customize it, just like customizing other
* Drupal templates such as page.html.twig or node.html.twig.
*
* Instead of overriding the theming for all fields, you can also just override
* theming for a subset of fields using
* @link themeable Theme hook suggestions. @endlink For example,
* here are some theme hook suggestions that can be used for a field_foo field
* on an article node type:
* - field--node--field-foo--article.html.twig
* - field--node--field-foo.html.twig
* - field--node--article.html.twig
* - field--field-foo.html.twig
* - field--text-with-summary.html.twig
* - field.html.twig
*
* Available variables:
* - attributes: HTML attributes for the containing element.
* - label_hidden: Whether to show the field label or not.
* - title_attributes: HTML attributes for the title.
* - label: The label for the field.
* - multiple: TRUE if a field can contain multiple items.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item's content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
*
* @ingroup templates
*
* @see template_preprocess_field()
*/
#}
{% for item in items %}
{{ item.content }}
{% endfor %}
", "themes/stack/templates/field--field_paragraph_image.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/field--field_paragraph_image.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 42);
static $filters = array("escape" => 43);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for'],
['escape'],
[]
);
} 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('645f1dae01fbc_field--field_paragraph_im_H_x9lAlOPP5wNzE18GTrKZJC3', '<?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/stack/templates/field--field_paragraph_image.html.twig */
class __TwigTemplate_5c44131a22b4519cf8aec47765b25d5150c89fc38f87827e865c94b65d2cacff extends \Twig\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 41
echo "
";
// line 42
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 43
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 43), 43, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/stack/templates/field--field_paragraph_image.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 43, 42 => 42, 39 => 41,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Theme override for a field.
*
* To override output, copy the \"field.html.twig\" from the templates directory
* to your theme's directory and customize it, just like customizing other
* Drupal templates such as page.html.twig or node.html.twig.
*
* Instead of overriding the theming for all fields, you can also just override
* theming for a subset of fields using
* @link themeable Theme hook suggestions. @endlink For example,
* here are some theme hook suggestions that can be used for a field_foo field
* on an article node type:
* - field--node--field-foo--article.html.twig
* - field--node--field-foo.html.twig
* - field--node--article.html.twig
* - field--field-foo.html.twig
* - field--text-with-summary.html.twig
* - field.html.twig
*
* Available variables:
* - attributes: HTML attributes for the containing element.
* - label_hidden: Whether to show the field label or not.
* - title_attributes: HTML attributes for the title.
* - label: The label for the field.
* - multiple: TRUE if a field can contain multiple items.
* - items: List of all the field items. Each item contains:
* - attributes: List of HTML attributes for each item.
* - content: The field item's content.
* - entity_type: The entity type to which the field belongs.
* - field_name: The name of the field.
* - field_type: The type of the field.
* - label_display: The display settings for the label.
*
* @ingroup templates
*
* @see template_preprocess_field()
*/
#}
{% for item in items %}
{{ item.content }}
{% endfor %}
", "themes/stack/templates/field--field_paragraph_image.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/field--field_paragraph_image.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 42);
static $filters = array("escape" => 43);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_5c44131a22b4519cf8aec47765b25d5150c89fc38f87827e865c94b65d2cacff', 'themes/stack/templates/field--field_paragraph_image.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/field--field_paragraph_image.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraph_image.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 87)
__TwigTemplate_38189266567f7b66c99c986c0019eb61d3900ff2b107f0a8105573daf89b867a->block_paragraph(Array, Array) (Line: 182)
Twig\Template->displayBlock('paragraph', Array, Array) (Line: 63)
__TwigTemplate_38189266567f7b66c99c986c0019eb61d3900ff2b107f0a8105573daf89b867a->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/paragraph--paragraph_image_block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 67)
__TwigTemplate_1634df59f76918d2f441a10a2c097e2258145deb33cffe51f225ec20dfa71bc9->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_e89eecec3ef225428e6197a42f660310a02dced3cdbee0fb6fe703249bf93359->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 70)
__TwigTemplate_e89eecec3ef225428e6197a42f660310a02dced3cdbee0fb6fe703249bf93359->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 544)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_footer(Array, Array) (Line: 182)
Twig\Template->displayBlock('footer', Array, Array) (Line: 182)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_image-formatter.html.twig_YrlZuJ9pkR3qyroSmxT5OLvar', '<?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;
/* core/modules/image/templates/image-formatter.html.twig */
class __TwigTemplate_def731e0c4226a81de2ce5de123cce3caedb3be482b324bb9d3d4fb2dc23af94 extends \Twig\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 16
if (($context["url"] ?? null)) {
// line 17
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["image"] ?? null), 17, $this->source), $this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 17, $this->source)), "html", null, true);
echo "
";
} else {
// line 19
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["image"] ?? null), 19, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/image/templates/image-formatter.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 19, 41 => 17, 39 => 16,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a formatted image field.
*
* Available variables:
* - image: A collection of image data.
* - image_style: An optional image style.
* - url: An optional URL the image can be linked to.
*
* @see template_preprocess_image_formatter()
*
* @ingroup themeable
*/
#}
{% if url %}
{{ link(image, url) }}
{% else %}
{{ image }}
{% endif %}
", "core/modules/image/templates/image-formatter.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/image/templates/image-formatter.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 16);
static $filters = array("escape" => 17);
static $functions = array("link" => 17);
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
['link']
);
} 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('645f1dae01fbc_image-formatter.html.twig_YrlZuJ9pkR3qyroSmxT5OLvar', '<?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;
/* core/modules/image/templates/image-formatter.html.twig */
class __TwigTemplate_def731e0c4226a81de2ce5de123cce3caedb3be482b324bb9d3d4fb2dc23af94 extends \Twig\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 16
if (($context["url"] ?? null)) {
// line 17
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["image"] ?? null), 17, $this->source), $this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 17, $this->source)), "html", null, true);
echo "
";
} else {
// line 19
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["image"] ?? null), 19, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/image/templates/image-formatter.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 19, 41 => 17, 39 => 16,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a formatted image field.
*
* Available variables:
* - image: A collection of image data.
* - image_style: An optional image style.
* - url: An optional URL the image can be linked to.
*
* @see template_preprocess_image_formatter()
*
* @ingroup themeable
*/
#}
{% if url %}
{{ link(image, url) }}
{% else %}
{{ image }}
{% endif %}
", "core/modules/image/templates/image-formatter.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/image/templates/image-formatter.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 16);
static $filters = array("escape" => 17);
static $functions = array("link" => 17);
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
['link']
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_def731e0c4226a81de2ce5de123cce3caedb3be482b324bb9d3d4fb2dc23af94', 'core/modules/image/templates/image-formatter.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/modules/image/templates/image-formatter.html.twig') (Line: 55)
twig_render_template('core/modules/image/templates/image-formatter.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
__TwigTemplate_5c44131a22b4519cf8aec47765b25d5150c89fc38f87827e865c94b65d2cacff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraph_image.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 87)
__TwigTemplate_38189266567f7b66c99c986c0019eb61d3900ff2b107f0a8105573daf89b867a->block_paragraph(Array, Array) (Line: 182)
Twig\Template->displayBlock('paragraph', Array, Array) (Line: 63)
__TwigTemplate_38189266567f7b66c99c986c0019eb61d3900ff2b107f0a8105573daf89b867a->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/paragraph--paragraph_image_block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 67)
__TwigTemplate_1634df59f76918d2f441a10a2c097e2258145deb33cffe51f225ec20dfa71bc9->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_e89eecec3ef225428e6197a42f660310a02dced3cdbee0fb6fe703249bf93359->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 70)
__TwigTemplate_e89eecec3ef225428e6197a42f660310a02dced3cdbee0fb6fe703249bf93359->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 544)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_footer(Array, Array) (Line: 182)
Twig\Template->displayBlock('footer', Array, Array) (Line: 182)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_image.html.twig_LoKF677AZ0yEAvA2tqM78roBk', '<?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/contrib/bootstrap/templates/system/image.html.twig */
class __TwigTemplate_6e7a851126d0bfc1631341f5e5599ccce022c8dfab849cfcfcf4ab4f75a3a920 extends \Twig\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 15
$context["classes"] = [0 => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 16
($context["theme"] ?? null), "settings", [], "any", false, false, true, 16), "image_shape", [], "any", false, false, true, 16)) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 16), "image_shape", [], "any", false, false, true, 16)) : ("")), 1 => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 17
($context["theme"] ?? null), "settings", [], "any", false, false, true, 17), "image_responsive", [], "any", false, false, true, 17)) ? ("img-responsive") : (""))];
// line 19
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 19), 19, $this->source), "html", null, true);
echo " />
";
}
public function getTemplateName()
{
return "themes/contrib/bootstrap/templates/system/image.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 19, 41 => 17, 40 => 16, 39 => 15,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation of an image.
*
* Available variables:
* - attributes: HTML attributes for the img tag.
* - style_name: (optional) The name of the image style applied.
*
* @ingroup templates
*
* @see template_preprocess_image()
*/
#}
{% set classes = [
theme.settings.image_shape ? theme.settings.image_shape,
theme.settings.image_responsive ? 'img-responsive',
] %}
", "themes/contrib/bootstrap/templates/system/image.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/contrib/bootstrap/templates/system/image.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 15);
static $filters = array("escape" => 19);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set'],
['escape'],
[]
);
} 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('645f1dae01fbc_image.html.twig_LoKF677AZ0yEAvA2tqM78roBk', '<?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/contrib/bootstrap/templates/system/image.html.twig */
class __TwigTemplate_6e7a851126d0bfc1631341f5e5599ccce022c8dfab849cfcfcf4ab4f75a3a920 extends \Twig\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 15
$context["classes"] = [0 => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 16
($context["theme"] ?? null), "settings", [], "any", false, false, true, 16), "image_shape", [], "any", false, false, true, 16)) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 16), "image_shape", [], "any", false, false, true, 16)) : ("")), 1 => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 17
($context["theme"] ?? null), "settings", [], "any", false, false, true, 17), "image_responsive", [], "any", false, false, true, 17)) ? ("img-responsive") : (""))];
// line 19
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 19), 19, $this->source), "html", null, true);
echo " />
";
}
public function getTemplateName()
{
return "themes/contrib/bootstrap/templates/system/image.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 19, 41 => 17, 40 => 16, 39 => 15,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation of an image.
*
* Available variables:
* - attributes: HTML attributes for the img tag.
* - style_name: (optional) The name of the image style applied.
*
* @ingroup templates
*
* @see template_preprocess_image()
*/
#}
{% set classes = [
theme.settings.image_shape ? theme.settings.image_shape,
theme.settings.image_responsive ? 'img-responsive',
] %}
", "themes/contrib/bootstrap/templates/system/image.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/contrib/bootstrap/templates/system/image.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 15);
static $filters = array("escape" => 19);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_6e7a851126d0bfc1631341f5e5599ccce022c8dfab849cfcfcf4ab4f75a3a920', 'themes/contrib/bootstrap/templates/system/image.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/system/image.html.twig') (Line: 55)
twig_render_template('themes/contrib/bootstrap/templates/system/image.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('image', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 48)
__TwigTemplate_def731e0c4226a81de2ce5de123cce3caedb3be482b324bb9d3d4fb2dc23af94->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/modules/image/templates/image-formatter.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
__TwigTemplate_5c44131a22b4519cf8aec47765b25d5150c89fc38f87827e865c94b65d2cacff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field--field_paragraph_image.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 87)
__TwigTemplate_38189266567f7b66c99c986c0019eb61d3900ff2b107f0a8105573daf89b867a->block_paragraph(Array, Array) (Line: 182)
Twig\Template->displayBlock('paragraph', Array, Array) (Line: 63)
__TwigTemplate_38189266567f7b66c99c986c0019eb61d3900ff2b107f0a8105573daf89b867a->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/paragraph--paragraph_image_block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 67)
__TwigTemplate_1634df59f76918d2f441a10a2c097e2258145deb33cffe51f225ec20dfa71bc9->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_e89eecec3ef225428e6197a42f660310a02dced3cdbee0fb6fe703249bf93359->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 70)
__TwigTemplate_e89eecec3ef225428e6197a42f660310a02dced3cdbee0fb6fe703249bf93359->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 544)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_footer(Array, Array) (Line: 182)
Twig\Template->displayBlock('footer', Array, Array) (Line: 182)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_block--full_block.html.tw_mfqoYK8YRZFy1wWUNGnct5P7I', '<?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/stack/templates/block--full_block.html.twig */
class __TwigTemplate_36df708b7a9182723ab4c3e8de84a571e2c8c26f210479711ce38cae7d1f5dd7 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 48
echo "
";
// line 49
$context["bg_img_url"] = $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_0 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block_background_image", [], "any", false, false, true, 49)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#items"] ?? null) : null), "entity", [], "any", false, false, true, 49), "uri", [], "any", false, false, true, 49), "value", [], "any", false, false, true, 49), 49, $this->source));
// line 50
if ((($context["bg_img_url"] ?? null) != "/")) {
// line 51
echo " ";
$context["image_class"] = "imagebg";
} else {
// line 53
echo " ";
$context["image_class"] = "";
}
// line 56
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 58
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 58), 58, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 59
($context["plugin_id"] ?? null), 59, $this->source))), 3 => twig_lower_filter($this->env, twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 60
($context["content"] ?? null), "field_block_extra_class", [], "any", false, false, true, 60), 60, $this->source))), ["
" => ""])), 4 => "clearfix", 5 => // line 62
($context["image_class"] ?? null)];
// line 65
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 65), 65, $this->source), "html", null, true);
echo " id=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block_id", [], "any", false, false, true, 65), 65, $this->source))), ["
" => "", " " => ""]), "html", null, true);
echo "\" ";
if (twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block_data_overlay", [], "any", false, false, true, 65))), ["
" => "", " " => ""])) {
echo " data-overlay=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block_data_overlay", [], "any", false, false, true, 65), 65, $this->source))), ["
" => "", " " => ""]), "html", null, true);
echo "\" ";
}
echo " >
";
// line 68
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 68, $this->source), "html", null, true);
echo "
";
// line 69
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 69, $this->source), "html", null, true);
echo "
";
// line 72
if ((($context["bg_img_url"] ?? null) != "/")) {
// line 73
echo "\t
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["bg_img_url"] ?? null), 74, $this->source), "html", null, true);
echo "\" />
";
}
// line 77
echo " ";
if (twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block_container", [], "any", false, false, true, 77))), ["
" => "", " " => ""])) {
// line 78
echo " env, twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_vertical_center", [], "any", false, false, true, 78))), ["
" => "", " " => ""])) == "on")) {
echo " pos-vertical-center ";
}
echo " \">
";
}
// line 80
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 83
echo "\t
";
// line 84
if (twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block_container", [], "any", false, false, true, 84))), ["
" => "", " " => ""])) {
echo " ";
}
// line 85
echo "
";
}
// line 80
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 81
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 81, $this->source), "field_block_extra_class", "field_block_background_image", "field_content_vertical_center", "field_block_data_overlay", "field_block_id", "field_block_container"), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/block--full_block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 140 => 81, 136 => 80, 125 => 85, 120 => 84, 117 => 83, 114 => 80, 105 => 78, 101 => 77, 95 => 74, 92 => 73, 90 => 72, 84 => 69, 80 => 68, 62 => 65, 60 => 62, 58 => 60, 57 => 59, 56 => 58, 55 => 56, 51 => 53, 47 => 51, 45 => 50, 43 => 49, 40 => 48,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a block.
*
* Available variables:
* - \$block->subject: Block title.
* - \$content: Block content.
* - \$block->module: Module that generated the block.
* - \$block->delta: An ID for the block, unique within each module.
* - \$block->region: The block region embedding the current block.
* - \$classes: String of classes that can be used to style contextually through
* CSS. It can be manipulated through the variable \$classes_array from
* preprocess functions. The default values can be one or more of the
* following:
* - block: The current template type, i.e., \"theming hook\".
* - block-[module]: The module generating the block. For example, the user
* module is responsible for handling the default user navigation block. In
* that case the class would be 'block-user'.
* - \$title_prefix (array): An array containing additional output populated by
* modules, intended to be displayed in front of the main title tag that
* appears in the template.
* - \$title_suffix (array): An array containing additional output populated by
* modules, intended to be displayed after the main title tag that appears in
* the template.
*
* Helper variables:
* - \$classes_array: Array of html class attribute values. It is flattened
* into a string within the variable \$classes.
* - \$block_zebra: Outputs 'odd' and 'even' dependent on each block region.
* - \$zebra: Same output as \$block_zebra but independent of any block region.
* - \$block_id: Counter dependent on each block region.
* - \$id: Same output as \$block_id but independent of any block region.
* - \$is_front: Flags true when presented in the front page.
* - \$logged_in: Flags true when the current user is a logged-in member.
* - \$is_admin: Flags true when the current user is an administrator.
* - \$block_html_id: A valid HTML ID and guaranteed unique.
*
* @ingroup templates
*
* @see bootstrap_preprocess_block()
* @see template_preprocess()
* @see template_preprocess_block()
* @see bootstrap_process_block()
* @see template_process()
*/
#}
{% set bg_img_url = file_url(content.field_block_background_image['#items'].entity.uri.value) %}
{% if bg_img_url != '/'%}
{% set image_class = 'imagebg' %}
{% else %}
{% set image_class = '' %}
{% endif %}
{%
set classes = [
'block',
'block-' ~ configuration.provider|clean_class,
'block-' ~ plugin_id|clean_class,
\tcontent.field_block_extra_class|render|striptags|replace({\"\\n\":\"\"})|lower,
'clearfix',
\timage_class,
]
%}
{{ title_prefix }}
{{ title_suffix }}
{% if bg_img_url != '/' %}
\t
{% endif %}
{% if content.field_block_container|render|striptags|replace({\"\\n\":\"\", \" \":\"\"}) %}
{% endif %}
{% block content %}
{{ content|without('field_block_extra_class','field_block_background_image','field_content_vertical_center','field_block_data_overlay','field_block_id','field_block_container') }}
{% endblock %}
\t
{% if content.field_block_container|render|striptags|replace({\"\\n\":\"\", \" \":\"\"}) %} {% endif %}
", "themes/stack/templates/block--full_block.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/block--full_block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 49, "if" => 50, "block" => 80);
static $filters = array("clean_class" => 58, "lower" => 60, "replace" => 60, "striptags" => 60, "render" => 60, "escape" => 65, "without" => 81);
static $functions = array("file_url" => 49);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'lower', 'replace', 'striptags', 'render', 'escape', 'without'],
['file_url']
);
} 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('645f1dae01fbc_block--full_block.html.tw_mfqoYK8YRZFy1wWUNGnct5P7I', '<?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/stack/templates/block--full_block.html.twig */
class __TwigTemplate_36df708b7a9182723ab4c3e8de84a571e2c8c26f210479711ce38cae7d1f5dd7 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 48
echo "
";
// line 49
$context["bg_img_url"] = $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_0 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block_background_image", [], "any", false, false, true, 49)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#items"] ?? null) : null), "entity", [], "any", false, false, true, 49), "uri", [], "any", false, false, true, 49), "value", [], "any", false, false, true, 49), 49, $this->source));
// line 50
if ((($context["bg_img_url"] ?? null) != "/")) {
// line 51
echo " ";
$context["image_class"] = "imagebg";
} else {
// line 53
echo " ";
$context["image_class"] = "";
}
// line 56
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 58
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 58), 58, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 59
($context["plugin_id"] ?? null), 59, $this->source))), 3 => twig_lower_filter($this->env, twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 60
($context["content"] ?? null), "field_block_extra_class", [], "any", false, false, true, 60), 60, $this->source))), ["
" => ""])), 4 => "clearfix", 5 => // line 62
($context["image_class"] ?? null)];
// line 65
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 65), 65, $this->source), "html", null, true);
echo " id=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block_id", [], "any", false, false, true, 65), 65, $this->source))), ["
" => "", " " => ""]), "html", null, true);
echo "\" ";
if (twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block_data_overlay", [], "any", false, false, true, 65))), ["
" => "", " " => ""])) {
echo " data-overlay=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block_data_overlay", [], "any", false, false, true, 65), 65, $this->source))), ["
" => "", " " => ""]), "html", null, true);
echo "\" ";
}
echo " >
";
// line 68
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 68, $this->source), "html", null, true);
echo "
";
// line 69
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 69, $this->source), "html", null, true);
echo "
";
// line 72
if ((($context["bg_img_url"] ?? null) != "/")) {
// line 73
echo "\t
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["bg_img_url"] ?? null), 74, $this->source), "html", null, true);
echo "\" />
";
}
// line 77
echo " ";
if (twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block_container", [], "any", false, false, true, 77))), ["
" => "", " " => ""])) {
// line 78
echo " env, twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_vertical_center", [], "any", false, false, true, 78))), ["
" => "", " " => ""])) == "on")) {
echo " pos-vertical-center ";
}
echo " \">
";
}
// line 80
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 83
echo "\t
";
// line 84
if (twig_replace_filter(twig_striptags($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block_container", [], "any", false, false, true, 84))), ["
" => "", " " => ""])) {
echo " ";
}
// line 85
echo "
";
}
// line 80
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 81
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 81, $this->source), "field_block_extra_class", "field_block_background_image", "field_content_vertical_center", "field_block_data_overlay", "field_block_id", "field_block_container"), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/stack/templates/block--full_block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 140 => 81, 136 => 80, 125 => 85, 120 => 84, 117 => 83, 114 => 80, 105 => 78, 101 => 77, 95 => 74, 92 => 73, 90 => 72, 84 => 69, 80 => 68, 62 => 65, 60 => 62, 58 => 60, 57 => 59, 56 => 58, 55 => 56, 51 => 53, 47 => 51, 45 => 50, 43 => 49, 40 => 48,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation to display a block.
*
* Available variables:
* - \$block->subject: Block title.
* - \$content: Block content.
* - \$block->module: Module that generated the block.
* - \$block->delta: An ID for the block, unique within each module.
* - \$block->region: The block region embedding the current block.
* - \$classes: String of classes that can be used to style contextually through
* CSS. It can be manipulated through the variable \$classes_array from
* preprocess functions. The default values can be one or more of the
* following:
* - block: The current template type, i.e., \"theming hook\".
* - block-[module]: The module generating the block. For example, the user
* module is responsible for handling the default user navigation block. In
* that case the class would be 'block-user'.
* - \$title_prefix (array): An array containing additional output populated by
* modules, intended to be displayed in front of the main title tag that
* appears in the template.
* - \$title_suffix (array): An array containing additional output populated by
* modules, intended to be displayed after the main title tag that appears in
* the template.
*
* Helper variables:
* - \$classes_array: Array of html class attribute values. It is flattened
* into a string within the variable \$classes.
* - \$block_zebra: Outputs 'odd' and 'even' dependent on each block region.
* - \$zebra: Same output as \$block_zebra but independent of any block region.
* - \$block_id: Counter dependent on each block region.
* - \$id: Same output as \$block_id but independent of any block region.
* - \$is_front: Flags true when presented in the front page.
* - \$logged_in: Flags true when the current user is a logged-in member.
* - \$is_admin: Flags true when the current user is an administrator.
* - \$block_html_id: A valid HTML ID and guaranteed unique.
*
* @ingroup templates
*
* @see bootstrap_preprocess_block()
* @see template_preprocess()
* @see template_preprocess_block()
* @see bootstrap_process_block()
* @see template_process()
*/
#}
{% set bg_img_url = file_url(content.field_block_background_image['#items'].entity.uri.value) %}
{% if bg_img_url != '/'%}
{% set image_class = 'imagebg' %}
{% else %}
{% set image_class = '' %}
{% endif %}
{%
set classes = [
'block',
'block-' ~ configuration.provider|clean_class,
'block-' ~ plugin_id|clean_class,
\tcontent.field_block_extra_class|render|striptags|replace({\"\\n\":\"\"})|lower,
'clearfix',
\timage_class,
]
%}
{{ title_prefix }}
{{ title_suffix }}
{% if bg_img_url != '/' %}
\t
{% endif %}
{% if content.field_block_container|render|striptags|replace({\"\\n\":\"\", \" \":\"\"}) %}
{% endif %}
{% block content %}
{{ content|without('field_block_extra_class','field_block_background_image','field_content_vertical_center','field_block_data_overlay','field_block_id','field_block_container') }}
{% endblock %}
\t
{% if content.field_block_container|render|striptags|replace({\"\\n\":\"\", \" \":\"\"}) %} {% endif %}
", "themes/stack/templates/block--full_block.html.twig", "/var/www/html/dodciviliancareers-dev/web/themes/stack/templates/block--full_block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 49, "if" => 50, "block" => 80);
static $filters = array("clean_class" => 58, "lower" => 60, "replace" => 60, "striptags" => 60, "render" => 60, "escape" => 65, "without" => 81);
static $functions = array("file_url" => 49);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'lower', 'replace', 'striptags', 'render', 'escape', 'without'],
['file_url']
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_36df708b7a9182723ab4c3e8de84a571e2c8c26f210479711ce38cae7d1f5dd7', 'themes/stack/templates/block--full_block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/stack/templates/block--full_block.html.twig') (Line: 55)
twig_render_template('themes/stack/templates/block--full_block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 577)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->block_footer(Array, Array) (Line: 182)
Twig\Template->displayBlock('footer', Array, Array) (Line: 182)
__TwigTemplate_70d441a6208a00062c5c7a63a76fc010f878a2e0661c41b0f53a36b951a9b1fc->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- Warning: touch(): Utime failed: Operation not permitted in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('645f1dae01fbc_off-canvas-page-wrapper.h_X7OALvyAz0LtFsAYSEKRmjD9s', '<?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;
/* core/modules/system/templates/off-canvas-page-wrapper.html.twig */
class __TwigTemplate_e63de538c7bf950efbbcd0cc05073c6dead6bfd65f86c6e7c11871e1b203bb0d extends \Twig\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 22
if (($context["children"] ?? null)) {
// line 23
echo "
";
// line 24
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 24, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/system/templates/off-canvas-page-wrapper.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 24, 41 => 23, 39 => 22,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for a page wrapper.
*
* For consistent wrapping to {{ page }} render in all themes. The
* \"data-off-canvas-main-canvas\" attribute is required by the off-canvas dialog.
* This is used by the core/drupal.dialog.off_canvas library to select the
* \"main canvas\" page element as opposed to the \"off canvas\" which is the dialog
* itself. The \"main canvas\" element must be resized according to the width of
* the \"off canvas\" dialog so that no portion of the \"main canvas\" is obstructed
* by the off-canvas dialog. The off-canvas dialog can vary in width when opened
* and can be resized by the user. The \"data-off-canvas-main-canvas\" attribute
* cannot be removed without breaking the off-canvas dialog functionality.
*
* Available variables:
* - children: Contains the child elements of the page.
*
* @ingroup themeable
*/
#}
{% if children %}
{{ children }}
{% endif %}
", "core/modules/system/templates/off-canvas-page-wrapper.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/system/templates/off-canvas-page-wrapper.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 22);
static $filters = array("escape" => 24);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
[]
);
} 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('645f1dae01fbc_off-canvas-page-wrapper.h_X7OALvyAz0LtFsAYSEKRmjD9s', '<?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;
/* core/modules/system/templates/off-canvas-page-wrapper.html.twig */
class __TwigTemplate_e63de538c7bf950efbbcd0cc05073c6dead6bfd65f86c6e7c11871e1b203bb0d extends \Twig\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 22
if (($context["children"] ?? null)) {
// line 23
echo "
";
// line 24
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 24, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/system/templates/off-canvas-page-wrapper.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 24, 41 => 23, 39 => 22,);
}
public function getSourceContext()
{
return new Source("{#
/**
* @file
* Default theme implementation for a page wrapper.
*
* For consistent wrapping to {{ page }} render in all themes. The
* \"data-off-canvas-main-canvas\" attribute is required by the off-canvas dialog.
* This is used by the core/drupal.dialog.off_canvas library to select the
* \"main canvas\" page element as opposed to the \"off canvas\" which is the dialog
* itself. The \"main canvas\" element must be resized according to the width of
* the \"off canvas\" dialog so that no portion of the \"main canvas\" is obstructed
* by the off-canvas dialog. The off-canvas dialog can vary in width when opened
* and can be resized by the user. The \"data-off-canvas-main-canvas\" attribute
* cannot be removed without breaking the off-canvas dialog functionality.
*
* Available variables:
* - children: Contains the child elements of the page.
*
* @ingroup themeable
*/
#}
{% if children %}
{{ children }}
{% endif %}
", "core/modules/system/templates/off-canvas-page-wrapper.html.twig", "/var/www/html/dodciviliancareers-dev/web/core/modules/system/templates/off-canvas-page-wrapper.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 22);
static $filters = array("escape" => 24);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
[]
);
} 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: 409)
Twig\Environment->loadClass('__TwigTemplate_e63de538c7bf950efbbcd0cc05073c6dead6bfd65f86c6e7c11871e1b203bb0d', 'core/modules/system/templates/off-canvas-page-wrapper.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/modules/system/templates/off-canvas-page-wrapper.html.twig') (Line: 55)
twig_render_template('core/modules/system/templates/off-canvas-page-wrapper.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111)
__TwigTemplate_993938df51b6362e69330c1b05ab9beeec96b9e6343accefe548cac3f8bb31c7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/stack/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
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: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
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: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)