You are here

public function PushNotificationInterface::getCreated in Push Notifications 8

Returns the entity's created timestamp.

Return value

string The created timestamp for this entity.

1 method overrides PushNotificationInterface::getCreated()
PushNotification::getCreated in src/Entity/PushNotification.php
Returns the entity's created timestamp.

File

src/PushNotificationInterface.php, line 56
Drupal\push_notifications\PushNotificationInterface.

Class

PushNotificationInterface
Provides an interface defining a push_notification entity.

Namespace

Drupal\push_notifications

Code

public function getCreated();