public function HandleWebhookEvent::getRequest in Acquia Content Hub 8.2
Get the incoming webhook request object.
Return value
\Symfony\Component\HttpFoundation\Request The request.
File
- src/
Event/ HandleWebhookEvent.php, line 86
Class
- HandleWebhookEvent
- An event for responding to incoming webhooks from the ContentHub Service.
Namespace
Drupal\acquia_contenthub\EventCode
public function getRequest() {
return $this->request;
}