";
}
public function getTemplateName()
{
return "generic-form-edit.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 147 => 43, 145 => 41, 144 => 40, 143 => 39, 141 => 38, 136 => 37, 131 => 36, 127 => 35, 124 => 34, 119 => 33, 115 => 32, 109 => 30, 104 => 29, 100 => 28, 94 => 26, 89 => 25, 85 => 24, 79 => 22, 74 => 21, 70 => 20, 58 => 19, 54 => 17, 51 => 16, 46 => 13, 43 => 12, 38 => 9, 36 => 10, 30 => 9,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "generic-form-edit.twig", "/home/mgatv524/public_html/edurocha/modules/generic-form-edit.twig");
}
}
c90c03b2d4d7a689daa68d0a0ecea21e79e33fe5109f6df1b394cd23bb9e2ea3.php 0000644 00000046033 14716441556 0016606 0 ustar 00 blocks = [
'formTitle' => [$this, 'block_formTitle'],
'formButtons' => [$this, 'block_formButtons'],
'callBack' => [$this, 'block_callBack'],
'formHtml' => [$this, 'block_formHtml'],
];
}
protected function doGetParent(array $context)
{
// line 10
return "form-base.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 11
$context["forms"] = $this->loadTemplate("forms.twig", "library-form-edit.twig", 11)->unwrap();
// line 10
$this->parent = $this->loadTemplate("form-base.twig", "library-form-edit.twig", 10);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 13
public function block_formTitle($context, array $blocks = [])
{
// line 14
echo " ";
echo __("Edit Media");
}
// line 17
public function block_formButtons($context, array $blocks = [])
{
// line 18
echo " ";
echo __("Help");
echo ", XiboHelpRender(\"";
echo twig_escape_filter($this->env, ($context["help"] ?? null), "html", null, true);
echo "\")
";
// line 19
echo __("Cancel");
echo ", XiboDialogClose()
";
// line 20
echo __("Save");
echo ", \$(\"#mediaEditForm\").submit()
";
}
// line 23
public function block_callBack($context, array $blocks = [])
{
echo "mediaEditFormOpen";
}
// line 25
public function block_formHtml($context, array $blocks = [])
{
// line 26
echo "