class RuntimeFactory (View source)

Properties

protected Parser $fusionParser

Methods

create(array $fusionConfiguration, ControllerContext $controllerContext = null) deprecated

No description

createFromConfiguration(FusionConfiguration $fusionConfiguration, ControllerContext $controllerContext)

No description

createFromSourceCode(FusionSourceCodeCollection $sourceCode, ControllerContext $controllerContext)

No description

Details

Runtime create(array $fusionConfiguration, ControllerContext $controllerContext = null) deprecated

deprecated with Neos 8.3 might be removed with Neos 9.0 use {@link createFromConfiguration} instead.

No description

Parameters

array $fusionConfiguration
ControllerContext $controllerContext

Return Value

Runtime

Runtime createFromConfiguration(FusionConfiguration $fusionConfiguration, ControllerContext $controllerContext)

No description

Parameters

FusionConfiguration $fusionConfiguration
ControllerContext $controllerContext

Return Value

Runtime

Runtime createFromSourceCode(FusionSourceCodeCollection $sourceCode, ControllerContext $controllerContext)

No description

Parameters

FusionSourceCodeCollection $sourceCode
ControllerContext $controllerContext

Return Value

Runtime