public function UserModuleStatus::getCurrentActivityId in Opigno module 3.x
Same name and namespace in other branches
- 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\EntityCode
public function getCurrentActivityId() {
return $this
->get('current_activity')->target_id;
}