You are here

public function UserModuleStatus::getCurrentActivityId in Opigno module 3.x

Same name and namespace in other branches
  1. 8 src/Entity/UserModuleStatus.php \Drupal\opigno_module\Entity\UserModuleStatus::getCurrentActivityId()

File

src/Entity/UserModuleStatus.php, line 222

Class

UserModuleStatus
Defines the User module status entity.

Namespace

Drupal\opigno_module\Entity

Code

public function getCurrentActivityId() {
  return $this
    ->get('current_activity')->target_id;
}