FusionExceptionView
class FusionExceptionView extends AbstractView (View source)
Traits
Properties
protected Service | $i18nService | from FusionViewI18nTrait | |
protected array | $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 SiteRepository | $siteRepository | ||
protected DomainRepository | $domainRepository | ||
protected ContentContextFactory | $contentContextFactory |
Methods
void
setFallbackRuleFromDimension(TraversableNodeInterface $currentSiteNode)
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(NodeInterface $currentSiteNode, ControllerContext $controllerContext)
No description
Details
protected void
setFallbackRuleFromDimension(TraversableNodeInterface $currentSiteNode)
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(NodeInterface $currentSiteNode, ControllerContext $controllerContext)
No description