public function Status::getName in Heartbeat 8
Gets the Status name.
Return value
string Name of the Status.
Overrides StatusInterface::getName
File
- modules/
statusmessage/ src/ Entity/ Status.php, line 84
Class
Namespace
Drupal\statusmessage\EntityCode
public function getName() {
return $this
->get('name')->value;
}