Contao\CoreBundle\Framework\ScopeAwareTrait::isBackendScope PHP Метод

isBackendScope() защищенный Метод

Checks whether the request is a Contao back end request.
protected isBackendScope ( ) : boolean
Результат boolean
    protected function isBackendScope()
    {
        return $this->isScope(ContaoCoreBundle::SCOPE_BACKEND);
    }