You are here

public function ForcePasswordChangeMapperInterface::getUserCreatedTime in Force Password Change 8

Same name and namespace in other branches
  1. 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()
ForcePasswordChangeMapper::getUserCreatedTime in src/Mapper/ForcePasswordChangeMapper.php
*

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 27

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function getUserCreatedTime($uid);