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