public function SiteAlert::getMessage in Site Alert 8
File
- src/
Entity/ SiteAlert.php, line 87
Class
- SiteAlert
- Implements SiteAlert class.
Namespace
Drupal\site_alert\EntityCode
public function getMessage() {
return $this
->get('message')->value;
}