Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
eZ
Bundle
EzPublishRestBundle
EventListener
CsrfListener
isLoginRequest
eZ\Bundle\EzPublishRestBundle\EventListener\CsrfListener::isLoginRequest PHP Method
CsrfListener Class Documentation
Mostra file
Open project: ezsystems/ezpublish-kernel
isLoginRequest()
protected
method
Deprecation:
Deprecated since 6.5. Use isSessionRoute() instead.
protected
isLoginRequest
(
string
$route
) :
boolean
$route
string
return
boolean
protected function isLoginRequest($route) { return $route === 'ezpublish_rest_createSession'; }
CsrfListener
__construct
checkCsrfToken
getSubscribedEvents
isLoginRequest
isMethodSafe
isSessionRoute
onKernelRequest