public function OpignoNotificationInterface::getUser in Opigno notifications 8
Same name and namespace in other branches
- 3.x src/OpignoNotificationInterface.php \Drupal\opigno_notification\OpignoNotificationInterface::getUser()
Gets the notification receiver.
Return value
int|null The user id for the notification receiver, or NULL if not found.
1 method overrides OpignoNotificationInterface::getUser()
- OpignoNotification::getUser in src/
Entity/ OpignoNotification.php - Gets the notification receiver.
File
- src/
OpignoNotificationInterface.php, line 28
Class
- OpignoNotificationInterface
- Provides an interface defining a opigno_notification entity.
Namespace
Drupal\opigno_notificationCode
public function getUser();