You are here

public function SiteAlert::getMessage in Site Alert 8

File

src/Entity/SiteAlert.php, line 87

Class

SiteAlert
Implements SiteAlert class.

Namespace

Drupal\site_alert\Entity

Code

public function getMessage() {
  return $this
    ->get('message')->value;
}