Neos\Neos\Domain\Service\ContentContext::getCurrentDomain PHP Метод

getCurrentDomain() публичный Метод

Returns the current domain from this frontend context
public getCurrentDomain ( ) : Domain
Результат Neos\Neos\Domain\Model\Domain The current domain
    public function getCurrentDomain()
    {
        return $this->currentDomain;
    }