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

isLive() public méthode

Returns TRUE if current context is live workspace, FALSE otherwise
public isLive ( ) : boolean
Résultat boolean
    public function isLive()
    {
        return $this->getWorkspace()->getBaseWorkspace() === null;
    }