You are here

public function PushNotificationsTokenInterface::getCreatedTimestamp in Push Notifications 8

Returns the entity's created timestamp.

Return value

string The created timestamp (Unix) for this entity.

1 method overrides PushNotificationsTokenInterface::getCreatedTimestamp()
PushNotificationsToken::getCreatedTimestamp in src/Entity/PushNotificationsToken.php
Returns the entity's created timestamp.

File

src/PushNotificationsTokenInterface.php, line 50
Contains \Drupal\push_notifications\TokenInterface.

Class

PushNotificationsTokenInterface
Provides an interface defining a token entity.

Namespace

Drupal\push_notifications

Code

public function getCreatedTimestamp();