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