public function AbstractProxy::isSessionHandlerInterface

Is this proxy handler and instance of \SessionHandlerInterface.

Return value

boolean

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php, line 53

Class

AbstractProxy
AbstractProxy.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Proxy

Code

public function isSessionHandlerInterface() {
  return $this instanceof \SessionHandlerInterface;
}