eZ\Bundle\EzPublishRestBundle\EventListener\CsrfListener::isLoginRequest PHP 메소드

isLoginRequest() 보호된 메소드

사용 중단: Deprecated since 6.5. Use isSessionRoute() instead.
protected isLoginRequest ( string $route ) : boolean
$route string
리턴 boolean
    protected function isLoginRequest($route)
    {
        return $route === 'ezpublish_rest_createSession';
    }