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\EntityCode
public function setPerms($perms) {
$this->perms = $perms;
}