FusionExceptionView
class FusionExceptionView extends AbstractView (View source)
Traits
Properties
protected Service | $i18nService | from FusionViewI18nTrait | |
protected array<string,mixed> | $supportedOptions | This contains the supported options, their default values, descriptions and types. |
|
protected Bootstrap | $bootstrap | ||
protected ObjectManagerInterface | $objectManager | ||
protected FusionService | $fusionService | ||
protected Runtime | $fusionRuntime | ||
protected | $siteNodeUtility | ||
protected | $contentRepositoryRegistry |
Methods
void
setFallbackRuleFromDimension(DimensionSpacePoint $dimensionSpacePoint)
If a content dimension named "language" exists, it is used to set the locale fallback chain order for rendering based on that.
from
FusionViewI18nTrait
string
render()
No description
string
extractBodyFromOutput(string $output)
No description
getFusionRuntime(Node $currentSiteNode, ControllerContext $controllerContext)
No description
Details
protected void
setFallbackRuleFromDimension(DimensionSpacePoint $dimensionSpacePoint)
If a content dimension named "language" exists, it is used to set the locale fallback chain order for rendering based on that.
This overrides the fallback order from Neos.Flow.i18n.fallbackRule.order - the strict flag is kept from the settings!
string
render()
No description
protected string
extractBodyFromOutput(string $output)
No description
protected Runtime
getFusionRuntime(Node $currentSiteNode, ControllerContext $controllerContext)
No description