public function ProfileInterface::setCreatedTime in Profile 8
Sets the profile creation timestamp.
Parameters
int $timestamp: The profile creation timestamp.
Return value
$this
1 method overrides ProfileInterface::setCreatedTime()
- Profile::setCreatedTime in src/
Entity/ Profile.php - Sets the profile creation timestamp.
File
- src/
Entity/ ProfileInterface.php, line 113
Class
- ProfileInterface
- Provides an interface for profiles.
Namespace
Drupal\profile\EntityCode
public function setCreatedTime($timestamp);