You are here

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

Status

Namespace

Drupal\statusmessage\Entity

Code

public function getType() {
  return $this
    ->bundle();
}