You are here

public function HeartbeatType::setPerms in Heartbeat 8

Sets the Permissions for this message stream

Parameters

int $perms:

Overrides HeartbeatTypeInterface::setPerms

File

src/Entity/HeartbeatType.php, line 153

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

public function setPerms($perms) {
  $this->perms = $perms;
}