getViewHelperResolver()->addNamespaces(array ( 'core' => array ( 0 => 'TYPO3\\CMS\\Core\\ViewHelpers', ), 'f' => array ( 0 => 'TYPO3Fluid\\Fluid\\ViewHelpers', 1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers', ), 'formvh' => array ( 0 => 'TYPO3\\CMS\\Form\\ViewHelpers', ), 'sit' => array ( 0 => 'SJBR\\StaticInfoTables\\ViewHelpers', ), )); } /** * Main Render function */ public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) { $output0 = ''; $output0 .= ''; // Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper $renderChildrenClosure4 = function() use ($renderingContext) { return $renderingContext->getVariableProvider()->getByPath('icon'); }; $arguments3 = [ 'value' => NULL, ]; $output0 .= isset($arguments3['value']) ? $arguments3['value'] : $renderChildrenClosure4(); $output0 .= ' '; // Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper $renderChildrenClosure6 = function() use ($renderingContext) { // Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper $renderChildrenClosure8 = function() use ($renderingContext) { return NULL; }; $arguments7 = [ 'id' => NULL, 'default' => NULL, 'arguments' => NULL, 'extensionName' => NULL, 'languageKey' => NULL, 'alternativeLanguageKeys' => NULL, 'key' => $renderingContext->getVariableProvider()->getByPath('title'), ]; return TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext); }; $arguments5 = [ 'value' => NULL, ]; $output0 .= isset($arguments5['value']) ? $arguments5['value'] : $renderChildrenClosure6(); $output0 .= ' '; // Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper $array10 = [ '0' => $renderingContext->getVariableProvider()->getByPath('name'), ]; $expression11 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);}; $arguments9 = [ 'then' => NULL, 'else' => NULL, 'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean( $expression11(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array10)), $renderingContext ), '__then' => function() use ($renderingContext) { $output12 = ''; $output12 .= ' '; // Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper $renderChildrenClosure14 = function() use ($renderingContext) { return $renderingContext->getVariableProvider()->getByPath('name'); }; $arguments13 = [ 'value' => NULL, ]; $output12 .= isset($arguments13['value']) ? $arguments13['value'] : $renderChildrenClosure14(); $output12 .= ' '; return $output12; }, ]; $output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments9, static fn() => '', $renderingContext) ; $output0 .= ' '; return $output0; } } #