Neos\Neos\Domain\Service\ContentContext::getCurrentDomain PHP Method

getCurrentDomain() public method

Returns the current domain from this frontend context
public getCurrentDomain ( ) : Domain
return Neos\Neos\Domain\Model\Domain The current domain
    public function getCurrentDomain()
    {
        return $this->currentDomain;
    }