You are here

public function MailchimpEventInterface::setCreatedTime in Mailchimp 2.x

Sets the Mailchimp Event creation timestamp.

Parameters

int $timestamp: The Mailchimp Event creation timestamp.

Return value

\Drupal\mailchimp_events\Entity\MailchimpEventInterface The called Mailchimp Event entity.

1 method overrides MailchimpEventInterface::setCreatedTime()
MailchimpEvent::setCreatedTime in modules/mailchimp_events/src/Entity/MailchimpEvent.php
Sets the Mailchimp Event creation timestamp.

File

modules/mailchimp_events/src/Entity/MailchimpEventInterface.php, line 56

Class

MailchimpEventInterface
Provides an interface for defining Mailchimp event types.

Namespace

Drupal\mailchimp_events\Entity

Code

public function setCreatedTime($timestamp);