source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if ((array_key_exists("submit_attribute", $context) && (($context["submit_attribute"] ?? null) != false))) { // line 2 yield " "; $context["attribute"] = ($context["submit_attribute"] ?? null); // line 3 yield " "; } elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 4 ($context["column_meta"] ?? null), "Extra", [], "array", true, true, false, 4) && (CoreExtension::inFilter("on update current_timestamp", Twig\Extension\CoreExtension::lower($this->env->getCharset(), (($__internal_compile_0 = // line 5 ($context["column_meta"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["Extra"] ?? null) : null))) || CoreExtension::inFilter("on update current_timestamp()", Twig\Extension\CoreExtension::lower($this->env->getCharset(), (($__internal_compile_1 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["Extra"] ?? null) : null)))))) { // line 6 yield " "; $context["attribute"] = "on update CURRENT_TIMESTAMP"; } elseif (CoreExtension::getAttribute($this->env, $this->source, // line 7 ($context["extracted_columnspec"] ?? null), "attribute", [], "array", true, true, false, 7)) { // line 8 yield " "; $context["attribute"] = (($__internal_compile_2 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["attribute"] ?? null) : null); } else { // line 10 yield " "; $context["attribute"] = ""; } // line 12 $context["attribute"] = Twig\Extension\CoreExtension::upper($this->env->getCharset(), ($context["attribute"] ?? null)); // line 13 yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "columns_definitions/column_attribute.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 98 => 22, 89 => 19, 85 => 18, 81 => 17, 76 => 16, 74 => 15, 68 => 14, 63 => 13, 61 => 12, 57 => 10, 53 => 8, 51 => 7, 48 => 6, 46 => 5, 45 => 4, 43 => 3, 40 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "columns_definitions/column_attribute.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_attribute.twig"); } }