You are here

public function ForcePasswordChangeMapperInterface::getUserCreatedTime in Force Password Change 2.0.x

Same name and namespace in other branches
  1. 8 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 value

int The Unix timstamp at which the given account was created.

1 method overrides ForcePasswordChangeMapperInterface::getUserCreatedTime()
ForcePasswordChangeMapper::getUserCreatedTime in src/Mapper/ForcePasswordChangeMapper.php
Get the timestamp at which a user account was created.

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 27

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function getUserCreatedTime($uid);