public function Webhook::getContentType in Webhooks 8
Get the content type.
Return value
string The content type string.
File
- src/
Webhook.php, line 244
Class
- Webhook
- Class Webhook .
Namespace
Drupal\webhooksCode
public function getContentType() {
return $this->contentType;
}