FOS\UserBundle\Controller\SecurityController::logoutAction PHP 메소드

logoutAction() 공개 메소드

public logoutAction ( )
    public function logoutAction()
    {
        throw new \RuntimeException('You must activate the logout in your security firewall configuration.');
    }

Usage Example

예제 #1
0
 /**
  * {@inheritdoc}
  * @Route("/logout", name="logout")
  */
 public function logoutAction()
 {
     parent::logoutAction();
 }