You are here

public function OpignoNotificationInterface::getCreatedTime in Opigno notifications 3.x

Same name and namespace in other branches
  1. 8 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_notification

Code

public function getCreatedTime();