final class StripeEvents in Stripe 8
Same name and namespace in other branches
- 2.x src/Event/StripeEvents.php \Drupal\stripe\Event\StripeEvents
Defines events for stripe webhooks.
Hierarchy
- class \Drupal\stripe\Event\StripeEvents
Expanded class hierarchy of StripeEvents
1 file declares its use of StripeEvents
- StripeWebhookController.php in src/
Controller/ StripeWebhookController.php
File
- src/
Event/ StripeEvents.php, line 8
Namespace
Drupal\stripe\EventView source
final class StripeEvents {
/**
* The name of the event fired when a webhook is received.
*
* @Event
*/
const WEBHOOK = 'stripe.webhook';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
StripeEvents:: |
constant | The name of the event fired when a webhook is received. |