UserInterface::getCreatedTime

public UserInterface::getCreatedTime()

Returns the creation time of the user as a UNIX timestamp.

Return value

int Timestamp of the creation date.

File

core/modules/user/src/UserInterface.php, line 90

Class

UserInterface
Provides an interface defining a user entity.

Namespace

Drupal\user

Code

1
public function getCreatedTime();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.