public function StatusInterface::getName in Heartbeat 8
Gets the Status name.
Return value
string Name of the Status.
1 method overrides StatusInterface::getName()
- Status::getName in modules/
statusmessage/ src/ Entity/ Status.php - Gets the Status name.
File
- modules/
statusmessage/ src/ StatusInterface.php, line 30
Class
- StatusInterface
- Provides an interface for defining Status entities.
Namespace
Drupal\statusmessageCode
public function getName();