BConnect POS - Reference PHP

FeatureCheckListener
in package
implements EventSubscriberInterface

Table of Contents

Interfaces

EventSubscriberInterface

Constants

EXEMPT_PATHS  : mixed = ['/login', '/logout', '/subscription/expired']

Properties

$featureService  : FeatureService
$security  : Security
$urlGenerator  : UrlGeneratorInterface

Methods

__construct()  : mixed
getSubscribedEvents()  : array<string|int, mixed>
onKernelController()  : void

Constants

EXEMPT_PATHS

private mixed EXEMPT_PATHS = ['/login', '/logout', '/subscription/expired']

Properties

Methods

__construct()

public __construct(Security $security, UrlGeneratorInterface $urlGenerator, FeatureService $featureService) : mixed
Parameters
$security : Security
$urlGenerator : UrlGeneratorInterface
$featureService : FeatureService

getSubscribedEvents()

public static getSubscribedEvents() : array<string|int, mixed>
Return values
array<string|int, mixed>

onKernelController()

public onKernelController(ControllerEvent $event) : void
Parameters
$event : ControllerEvent
On this page

Search results