";
}
public function getTemplateName()
{
return "videoin-form-edit.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 197 => 62, 193 => 61, 187 => 59, 185 => 57, 184 => 56, 183 => 55, 181 => 54, 176 => 53, 171 => 52, 167 => 51, 164 => 50, 159 => 49, 155 => 48, 149 => 46, 144 => 45, 140 => 44, 134 => 42, 129 => 41, 125 => 40, 119 => 38, 114 => 37, 110 => 36, 104 => 34, 102 => 32, 101 => 31, 100 => 30, 99 => 29, 98 => 28, 96 => 27, 91 => 26, 86 => 25, 81 => 24, 76 => 23, 71 => 22, 66 => 21, 62 => 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("", "videoin-form-edit.twig", "/home/mgatv524/public_html/edurocha/modules/videoin-form-edit.twig");
}
}
d60cf2d0995b478a9684aca9bc2cfeef0a1b8644c5cf05ecb35a38d007e37f29.php 0000644 00000011501 14716440132 0016444 0 ustar 00 blocks = [
'formTitle' => [$this, 'block_formTitle'],
'formHtml' => [$this, 'block_formHtml'],
];
}
protected function doGetParent(array $context)
{
// line 22
return "form-base.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 23
$context["forms"] = $this->loadTemplate("forms.twig", "chart-form-edit-step1.twig", 23)->unwrap();
// line 22
$this->parent = $this->loadTemplate("form-base.twig", "chart-form-edit-step1.twig", 22);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 25
public function block_formTitle($context, array $blocks = [])
{
// line 26
echo " ";
echo __("Add Chart");
}
// line 29
public function block_formHtml($context, array $blocks = [])
{
// line 30
echo "
";
}
public function getTemplateName()
{
return "chart-form-edit-step1.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 78 => 46, 75 => 36, 70 => 35, 66 => 34, 62 => 33, 58 => 32, 54 => 30, 51 => 29, 46 => 26, 43 => 25, 38 => 22, 36 => 23, 30 => 22,);
}
/** @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("", "chart-form-edit-step1.twig", "/home/mgatv524/public_html/edurocha/modules/chart-form-edit-step1.twig");
}
}