var/cache/dev/twig/bf/bf0ededc67d552dbe8e4658f06f2f1b3.php line 33

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* areas/wysiwyg/view.html.twig */
  14. class __TwigTemplate_dbd40b1bb2e782e3547891edc70337fb extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""areas/wysiwyg/view.html.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""areas/wysiwyg/view.html.twig"));
  33.         // line 1
  34.         $context["content"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"wysiwyg""content");
  35.         // line 2
  36.         echo "
  37. ";
  38.         // line 4
  39.         if (twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'4$this->source); })()), "getDescription", [], "method"falsefalsefalse4))) {
  40.             // line 5
  41.             echo "    ";
  42.             twig_get_attribute($this->env$this->sourcecall_user_func_array($this->env->getFunction('pimcore_head_meta')->getCallable(), []), "setDescription", [=> twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'5$this->source); })()), "getData", [], "method"falsefalsefalse5), => 160], "method"falsefalsefalse5);
  43.         }
  44.         // line 7
  45.         echo "
  46. <section class=\"area-wysiwyg\">
  47.     ";
  48.         // line 9
  49.         $this->env->getExtension('Pimcore\Twig\Extension\GlossaryExtension')->start();
  50.         // line 10
  51.         echo "        ";
  52.         echo (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'10$this->source); })());
  53.         echo "
  54.     ";
  55.         $this->env->getExtension('Pimcore\Twig\Extension\GlossaryExtension')->stop();
  56.         // line 12
  57.         echo "</section>
  58. ";
  59.         
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  61.         
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  63.     }
  64.     public function getTemplateName()
  65.     {
  66.         return "areas/wysiwyg/view.html.twig";
  67.     }
  68.     public function isTraitable()
  69.     {
  70.         return false;
  71.     }
  72.     public function getDebugInfo()
  73.     {
  74.         return array (  67 => 12,  60 => 10,  58 => 9,  54 => 7,  50 => 5,  48 => 4,  45 => 2,  43 => 1,);
  75.     }
  76.     public function getSourceContext()
  77.     {
  78.         return new Source("{% set content = pimcore_wysiwyg('content') %}
  79. {# add autogenerated meta description #}
  80. {% if document.getDescription() is empty %}
  81.     {% do pimcore_head_meta().setDescription(content.getData(), 160) %}
  82. {% endif %}
  83. <section class=\"area-wysiwyg\">
  84.     {% pimcoreglossary %}
  85.         {{ content|raw }}
  86.     {% endpimcoreglossary %}
  87. </section>
  88. ""areas/wysiwyg/view.html.twig""/var/www/html/siteone/templates/areas/wysiwyg/view.html.twig");
  89.     }
  90. }