PHP Class FluidTYPO3\Vhs\ViewHelpers\Condition\Context\IsProductionViewHelper

Returns true if current root application context is production otherwise false. If no application context has been set, then this is the default context. #### Note about how to set the application context The context TYPO3 CMS runs in is specified through the environment variable TYPO3_CONTEXT. It can be set by .htaccess or in the server configuration See: http://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Bootstrapping/Index.html#bootstrapping-context
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper, use trait FluidTYPO3\Vhs\Traits\ConditionViewHelperTrait
Datei anzeigen Open project: fluidtypo3/vhs

Protected Methods

Method Description
evaluateCondition ( array $arguments = null ) : boolean

Method Details

evaluateCondition() protected static method

protected static evaluateCondition ( array $arguments = null ) : boolean
$arguments array
return boolean