Méthode | Description | |
---|---|---|
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container ) | Constructor. | |
onKernelFinishRequest ( Symfony\Component\HttpKernel\Event\FinishRequestEvent $event ) | Leaves the container scope when finishing the request. | |
onKernelRequest ( |
Enters the container scope when a route has been found. |
Méthode | Description | |
---|---|---|
addContaoScopesIfNotSet ( ) | Adds the Contao scopes to the container. | |
getScopeFromEvent ( |
Returns the scope from the event request. |
public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container ) | ||
$container | Symfony\Component\DependencyInjection\ContainerInterface |
public onKernelFinishRequest ( Symfony\Component\HttpKernel\Event\FinishRequestEvent $event ) | ||
$event | Symfony\Component\HttpKernel\Event\FinishRequestEvent |
public onKernelRequest ( |
||
$event |