You are here

public function Heartbeat::getType in Heartbeat 8

Gets the Heartbeat type.

Return value

string The Heartbeat type.

Overrides HeartbeatInterface::getType

File

src/Entity/Heartbeat.php, line 143

Class

Heartbeat

Namespace

Drupal\heartbeat\Entity

Code

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