You are here

public function WebhookInterface::getCreatedTime in Webhooks 8

Gets the webhook creation timestamp.

Return value

int Creation timestamp of the webhook.

1 method overrides WebhookInterface::getCreatedTime()
Webhook::getCreatedTime in modules/webhook/src/Entity/Webhook.php
Gets the webhook creation timestamp.

File

modules/webhook/src/WebhookInterface.php, line 37

Class

WebhookInterface
Provides an interface defining a webhook entity type.

Namespace

Drupal\webhook

Code

public function getCreatedTime();