You are here

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

Same name and namespace in other branches
  1. 8 src/OpignoNotificationInterface.php \Drupal\opigno_notification\OpignoNotificationInterface::setUser()

Sets the notification receiver.

Parameters

int $value: The notification receiver.

Return value

\Drupal\opigno_notification\OpignoNotificationInterface The called notification entity.

1 method overrides OpignoNotificationInterface::setUser()
OpignoNotification::setUser in src/Entity/OpignoNotification.php
Sets the notification receiver.

File

src/OpignoNotificationInterface.php, line 39

Class

OpignoNotificationInterface
Provides an interface defining a opigno_notification entity.

Namespace

Drupal\opigno_notification

Code

public function setUser($value);