Bolt\Session\SessionListener::getSubscribedEvents PHP Method

getSubscribedEvents() public static method

public static getSubscribedEvents ( )
    public static function getSubscribedEvents()
    {
        return [KernelEvents::REQUEST => ['onRequest', 128], KernelEvents::RESPONSE => ['onResponse', -128]];
    }