You are here

public function WebhookInterface::setCreatedTime in Webhooks 8

Sets the webhook creation timestamp.

Parameters

int $timestamp: The webhook creation timestamp.

Return value

\Drupal\webhook\WebhookInterface The called webhook entity.

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

File

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

Class

WebhookInterface
Provides an interface defining a webhook entity type.

Namespace

Drupal\webhook

Code

public function setCreatedTime($timestamp);