See \Neos\ContentRepository\Domain\Service\ContextFactory->build for detailed
explanations about the usage.
buildContextInstance()
protected method
This needs to be overridden if the Builder is extended.
mergeContextPropertiesWithDefaults()
protected method
Merges the given context properties with sane defaults for the context implementation.
setDefaultSiteAndDomainFromCurrentRequest()
protected method
Determines the current domain and site from the request and sets the resulting values as
as defaults.
validateContextProperties()
protected method
$contextImplementation protected_oe property
The context implementation this factory will create
protected string $contextImplementation |
return |
string |
|
$domainRepository protected_oe property
protected DomainRepository,Neos\Neos\Domain\Repository $domainRepository |
return |
Neos\Neos\Domain\Repository\DomainRepository |
|