Neos\Neos\Domain\Service\ContentContext::getCurrentDomain PHP Méthode

getCurrentDomain() public méthode

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