PHP Class FluidTYPO3\Vhs\ViewHelpers\Variable\ExtensionConfigurationViewHelper

Reads settings from ext_conf_template.txt ### Examples {v:variable.extensionConfiguration(name:'foo',extensionKey:'bar')} Returns setting 'foo' from extension 'bar' located in ext_conf_template.txt
Author: Harry Glatz ([email protected])
Author: Cedric Ziel ([email protected])
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Protected Properties

Property Type Description
$configurations array

Public Methods

Method Description
initializeArguments ( ) : void
renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed

Method Details

initializeArguments() public method

public initializeArguments ( ) : void
return void

renderStatic() public static method

public static renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed
$arguments array
$renderChildrenClosure Closure
$renderingContext TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface
return mixed

Property Details

$configurations protected_oe static_oe property

protected static array $configurations
return array