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