InterceptorService
class InterceptorService extends BaseService
The Interceptor Service allows you to extend and add interceptors at runtime, when normally they wouldn't be able to be modified.
Methods
interceptorForRoute(string $interceptor, string $route)
Link a route to an interceptor
getInterceptors()
No description
Details
at line 18
interceptorForRoute(string $interceptor, string $route)
Link a route to an interceptor