public function UserModuleStatusInterface::getCompletionTime in Opigno module 3.x
Get the time (in seconds) that the user spent to complete the module.
Return value
int The time (in seconds) that the user spent to complete the module.
1 method overrides UserModuleStatusInterface::getCompletionTime()
- UserModuleStatus::getCompletionTime in src/
Entity/ UserModuleStatus.php - Get the time (in seconds) that the user spent to complete the module.
File
- src/
Entity/ UserModuleStatusInterface.php, line 68
Class
- UserModuleStatusInterface
- Provides an interface for defining User module status entities.
Namespace
Drupal\opigno_module\EntityCode
public function getCompletionTime() : int;