You are here

public function SiteAlert::getLabel in Site Alert 8

File

src/Entity/SiteAlert.php, line 80

Class

SiteAlert
Implements SiteAlert class.

Namespace

Drupal\site_alert\Entity

Code

public function getLabel() {
  return $this
    ->get('label')->value;
}