File: D:/web/matomo.vdk/tmp/templates_c/f3/f3f42eada1ccfa214a16cfc5e2010cc0.php
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* @Marketplace/getNewPluginsAdmin.twig */
class __TwigTemplate_6095b6e0c2e12f94ad3f70c996c40af2 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<div vue-entry=\"Marketplace.GetNewPluginsAdmin\" plugins=\"";
yield \Piwik\piwik_escape_filter($this->env, json_encode((isset($context["plugins"]) || array_key_exists("plugins", $context) ? $context["plugins"] : (function () { throw new RuntimeError('Variable "plugins" does not exist.', 1, $this->source); })())), "html", null, true);
yield "\"></div>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@Marketplace/getNewPluginsAdmin.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 38 => 1,);
}
public function getSourceContext()
{
return new Source("<div vue-entry=\"Marketplace.GetNewPluginsAdmin\" plugins=\"{{ plugins|json_encode }}\"></div>
", "@Marketplace/getNewPluginsAdmin.twig", "D:\\web\\matomo.vdk\\plugins\\Marketplace\\templates\\getNewPluginsAdmin.twig");
}
}