Method |
Description |
|
isBackendMasterRequest ( KernelEvent $event ) : boolean |
Checks whether the request is a Contao back end master request. |
|
isBackendScope ( ) : boolean |
Checks whether the request is a Contao back end request. |
|
isContaoMasterRequest ( KernelEvent $event ) : boolean |
Checks whether the request is a Contao the master request. |
|
isContaoScope ( ) : boolean |
Checks whether the request is a Contao request. |
|
isFrontendMasterRequest ( KernelEvent $event ) : boolean |
Checks whether the request is a Contao front end master request. |
|
isFrontendScope ( ) : boolean |
Checks whether the request is a Contao front end request. |
|