HomeController
extends AbstractController
in package
FinalYes
Attributes
- #[Route]
- $path: self::ROUTE_PATH
- $name: self::ROUTE_NAME
- $methods: ['GET']
- $schemes: ['https']
Table of Contents
Constants
- ROUTE_NAME = 'home'
- ROUTE_PATH = '/'
Methods
- __invoke() : array<string|int, mixed>
Constants
ROUTE_NAME
public
mixed
ROUTE_NAME
= 'home'
ROUTE_PATH
public
mixed
ROUTE_PATH
= '/'
Methods
__invoke()
public
__invoke() : array<string|int, mixed>
Attributes
- #[Template]
- $template: 'home.html.twig'