You are here

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\webhooks

Code

public function getContentType() {
  return $this->contentType;
}