Documentation

LoginController extends AbstractController
in package

FinalYes

Table of Contents

Properties

$container  : ContainerInterface
$authenticationUtils  : AuthenticationUtils
$entityManager  : EntityManagerInterface
$localeSwitcher  : LocaleSwitcher
$security  : Security

Methods

__construct()  : mixed
login()  : Response
logout()  : void
setLocale()  : Response

Properties

$authenticationUtils read-only

private AuthenticationUtils $authenticationUtils

Methods

__construct()

public __construct(AuthenticationUtils $authenticationUtils, Security $security, LocaleSwitcher $localeSwitcher, EntityManagerInterface $entityManager, ContainerInterface $container) : mixed
Parameters
$authenticationUtils : AuthenticationUtils
$security : Security
$localeSwitcher : LocaleSwitcher
$entityManager : EntityManagerInterface
$container : ContainerInterface

login()

public login() : Response
Attributes
#[Route]
$path: '/login'
$name: 'seigicms_security_login'
$priority: 1
Return values
Response

logout()

public logout() : void
Attributes
#[Route]
$path: '/logout'
$name: 'app_logout'

setLocale()

public setLocale() : Response
Attributes
#[Route]
$path: '/set_locale'
$name: 'seigicms_security_set_locale'
$priority: 1
Return values
Response
On this page

Search results