You are here

public function MailchimpEventInterface::getCreatedTime in Mailchimp 2.x

Gets the Mailchimp Event creation timestamp.

Return value

int Creation timestamp of the Mailchimp Event.

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

File

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

Class

MailchimpEventInterface
Provides an interface for defining Mailchimp event types.

Namespace

Drupal\mailchimp_events\Entity

Code

public function getCreatedTime();