You are here

public function ZoomApiWebhookEvent::getRequest in Zoom API 2.0.x

Same name and namespace in other branches
  1. 8 src/Event/ZoomApiWebhookEvent.php \Drupal\zoomapi\Event\ZoomApiWebhookEvent::getRequest()

Return request.

Return value

\Symfony\Component\HttpFoundation\Request The original request in case you need more.

File

src/Event/ZoomApiWebhookEvent.php, line 78

Class

ZoomApiWebhookEvent
Class ZoomApiWebhookEvent.

Namespace

Drupal\zoomapi\Event

Code

public function getRequest() {
  return $this->request;
}