public function OpignoNotificationInterface::setMessage in Opigno notifications 8
Same name and namespace in other branches
- 3.x src/OpignoNotificationInterface.php \Drupal\opigno_notification\OpignoNotificationInterface::setMessage()
Sets the notification message.
Parameters
string $value: The notification message.
Return value
\Drupal\opigno_notification\OpignoNotificationInterface The called notification entity.
1 method overrides OpignoNotificationInterface::setMessage()
- OpignoNotification::setMessage in src/
Entity/ OpignoNotification.php - Sets the notification message.
File
- src/
OpignoNotificationInterface.php, line 58
Class
- OpignoNotificationInterface
- Provides an interface defining a opigno_notification entity.
Namespace
Drupal\opigno_notificationCode
public function setMessage($value);