public function Status::getType in Heartbeat 8
Gets the Status type.
Return value
string The Status type.
Overrides StatusInterface::getType
File
- modules/
statusmessage/ src/ Entity/ Status.php, line 77
Class
Namespace
Drupal\statusmessage\EntityCode
public function getType() {
return $this
->bundle();
}