You are here

final class ZoomApiEvents in Zoom API 8

Same name and namespace in other branches
  1. 2.0.x src/Event/ZoomApiEvents.php \Drupal\zoomapi\Event\ZoomApiEvents

Class ZoomApiEvents.

@package Drupal\zoomapi\Event

Hierarchy

Expanded class hierarchy of ZoomApiEvents

1 file declares its use of ZoomApiEvents
ZoomApiWebhooksController.php in src/Controller/ZoomApiWebhooksController.php

File

src/Event/ZoomApiEvents.php, line 10

Namespace

Drupal\zoomapi\Event
View source
final class ZoomApiEvents {

  /**
   * Zoom webhook posts.
   *
   * @see \Drupal\zoomapi\Event\ZoomApiEvents
   * @var string
   */
  const WEBHOOK_POST = 'zoomapi.webhook.post';

}

Members