You are here

public function WebhookConfig::getToken in Webhooks 8

Get token.

Return value

string The token string.

File

src/Entity/WebhookConfig.php, line 282

Class

WebhookConfig
Defines the Webhook entity.

Namespace

Drupal\webhooks\Entity

Code

public function getToken() {
  return $this->token;
}