You are here

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

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

Code

public function getUser();