public function ProfileInterface::setCreatedTime in Profile 2 8
Sets the profile creation timestamp.
Parameters
int $timestamp: The profile creation timestamp.
Return value
\Drupal\profile\ProfileInterface The called profile entity.
1 method overrides ProfileInterface::setCreatedTime()
- Profile::setCreatedTime in src/
Entity/ Profile.php - Sets the profile creation timestamp.
File
- src/
ProfileInterface.php, line 50 - Contains \Drupal\profile\ProfileInterface.
Class
- ProfileInterface
- Provides an interface defining a profile entity.
Namespace
Drupal\profileCode
public function setCreatedTime($timestamp);