public function UserModuleStatus::getLastActivity in Opigno module 3.x
Same name and namespace in other branches
- 8 src/Entity/UserModuleStatus.php \Drupal\opigno_module\Entity\UserModuleStatus::getLastActivity()
File
- src/
Entity/ UserModuleStatus.php, line 199
Class
- UserModuleStatus
- Defines the User module status entity.
Namespace
Drupal\opigno_module\EntityCode
public function getLastActivity() {
return $this
->get('last_activity')->entity;
}