public function PushNotificationsTokenInterface::getCreatedTime in Push Notifications 8
Returns the entity's created time.
Parameters
string $type: The format type for this date.
Return value
string The created time for this entity.
1 method overrides PushNotificationsTokenInterface::getCreatedTime()
- PushNotificationsToken::getCreatedTime in src/
Entity/ PushNotificationsToken.php - Returns the entity's created time.
File
- src/
PushNotificationsTokenInterface.php, line 61 - Contains \Drupal\push_notifications\TokenInterface.
Class
- PushNotificationsTokenInterface
- Provides an interface defining a token entity.
Namespace
Drupal\push_notificationsCode
public function getCreatedTime($type);