You are here

public function HeartbeatTypeInterface::setBundle in Heartbeat 8

Sets the bundle targeted for this Heartbeat type

Parameters

string $variables:

1 method overrides HeartbeatTypeInterface::setBundle()
HeartbeatType::setBundle in src/Entity/HeartbeatType.php
Sets the bundle targeted for this Heartbeat type

File

src/Entity/HeartbeatTypeInterface.php, line 200

Class

HeartbeatTypeInterface
Provides an interface for defining Heartbeat type entities.

Namespace

Drupal\heartbeat\Entity

Code

public function setBundle($bundle);