You are here

public function UserModuleStatusInterface::getFinishedTime in Opigno module 3.x

Get the User module status finished timestamp.

Return value

int The User module status finished timestamp.

1 method overrides UserModuleStatusInterface::getFinishedTime()
UserModuleStatus::getFinishedTime in src/Entity/UserModuleStatus.php
Get the User module status finished timestamp.

File

src/Entity/UserModuleStatusInterface.php, line 60

Class

UserModuleStatusInterface
Provides an interface for defining User module status entities.

Namespace

Drupal\opigno_module\Entity

Code

public function getFinishedTime() : int;