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