public function ForcePasswordChangeMapperInterface::getUserCreatedTime in Force Password Change 8
Same name and namespace in other branches
- 2.0.x src/Mapper/ForcePasswordChangeMapperInterface.php \Drupal\force_password_change\Mapper\ForcePasswordChangeMapperInterface::getUserCreatedTime()
* Get the timestamp at which a user account was created * *
Parameters
int $uid: * The User ID for the account whose creation time should be retrieved. * * @return int * The Unix timstamp at which the given account was created.
1 method overrides ForcePasswordChangeMapperInterface::getUserCreatedTime()
File
- src/
Mapper/ ForcePasswordChangeMapperInterface.php, line 27
Class
Namespace
Drupal\force_password_change\MapperCode
public function getUserCreatedTime($uid);