PHP Class Neos\Neos\Ui\Domain\Service\StateRenderingService

Show file Open project: neos/neos-ui Class Usage Examples

Protected Properties

Property Type Description
$defaultContext array
$eelEvaluator TYPO3\Eel\CompilingEvaluator

Public Methods

Method Description
computeState ( array $state, $context )

Protected Methods

Method Description
computeStateInternally ( &$adjustedState, $context )

Method Details

computeState() public method

public computeState ( array $state, $context )
$state array

computeStateInternally() protected method

protected computeStateInternally ( &$adjustedState, $context )

Property Details

$defaultContext protected property

protected array $defaultContext
return array

$eelEvaluator protected property

protected CompilingEvaluator,TYPO3\Eel $eelEvaluator
return TYPO3\Eel\CompilingEvaluator