You are here

public function HeartbeatType::getBundle in Heartbeat 8

Gets the bundle of this Heartbeat type

Return value

string The stream's variables

Overrides HeartbeatTypeInterface::getBundle

File

src/Entity/HeartbeatType.php, line 341

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

public function getBundle() {
  return $this
    ->get('bundle');
}