You are here

public function HeartbeatType::getPerms in Heartbeat 8

Gets the Permissions of this message stream

Return value

int The stream's permissions

Overrides HeartbeatTypeInterface::getPerms

File

src/Entity/HeartbeatType.php, line 163

Class

HeartbeatType
Defines the Heartbeat type entity.

Namespace

Drupal\heartbeat\Entity

Code

public function getPerms() {
  return $this->perms;
}