You are here

public function OpignoNotificationInterface::setHasRead in Opigno notifications 8

Same name and namespace in other branches
  1. 3.x src/OpignoNotificationInterface.php \Drupal\opigno_notification\OpignoNotificationInterface::setHasRead()

Sets the notification status.

Parameters

bool $value: The notification status.

Return value

\Drupal\opigno_notification\OpignoNotificationInterface The called notification entity.

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

File

src/OpignoNotificationInterface.php, line 77

Class

OpignoNotificationInterface
Provides an interface defining a opigno_notification entity.

Namespace

Drupal\opigno_notification

Code

public function setHasRead($value);