public function OpignoNotificationInterface::getCreatedTime in Opigno notifications 8
Same name and namespace in other branches
- 3.x src/OpignoNotificationInterface.php \Drupal\opigno_notification\OpignoNotificationInterface::getCreatedTime()
Gets the notification created timestamp.
Return value
int The created timestamp for the notification.
1 method overrides OpignoNotificationInterface::getCreatedTime()
- OpignoNotification::getCreatedTime in src/
Entity/ OpignoNotification.php - Gets the notification created timestamp.
File
- src/
OpignoNotificationInterface.php, line 20
Class
- OpignoNotificationInterface
- Provides an interface defining a opigno_notification entity.
Namespace
Drupal\opigno_notificationCode
public function getCreatedTime();