SubscriptionController
extends AbstractController
in package
Displays the blocking screen shown when the point of sale's subscription has expired. The redirect to this page is triggered by the FeatureCheckListener.
Attributes
- #[IsGranted]
- 'IS_AUTHENTICATED_FULLY'
Table of Contents
Methods
- expired() : Response
- Displays the "subscription expired" page.
Methods
expired()
Displays the "subscription expired" page.
public
expired() : Response
Attributes
- #[Route]
- '/subscription/expired'
- $name: 'subscription_expired'
Return values
Response —The subscription/expired.html.twig template.