public function OpignoNotificationInterface::setUser in Opigno notifications 8
Same name and namespace in other branches
- 3.x 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_notificationCode
public function setUser($value);