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

isInBackend() public method

Returns TRUE while rendering backend (not live workspace and access to backend granted), FALSE otherwise
public isInBackend ( ) : boolean
return boolean
    public function isInBackend()
    {
        return !$this->isLive() && $this->hasAccessToBackend();
    }