Contao\CoreBundle\Framework\ScopeAwareTrait::isContaoScope PHP Method

isContaoScope() protected method

Checks whether the request is a Contao request.
protected isContaoScope ( ) : boolean
return boolean
    protected function isContaoScope()
    {
        return $this->isBackendScope() || $this->isFrontendScope();
    }