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
Class
- PushNotificationInterface
- Provides an interface defining a push_notification entity.
Namespace
Drupal\push_notificationsCode
public function getCreated();