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