You are here

public function WebhookConfig::getType in Webhooks 8

Get the type.

Return value

string The webhook type.

File

src/Entity/WebhookConfig.php, line 202

Class

WebhookConfig
Defines the Webhook entity.

Namespace

Drupal\webhooks\Entity

Code

public function getType() {
  return $this->type;
}