public function Profile::getCreatedTime in Profile 2 8
Returns the profile creation timestamp.
Overrides ProfileInterface::getCreatedTime
File
- src/
Entity/ Profile.php, line 192 - Contains \Drupal\profile\Entity\Profile.
Class
- Profile
- Defines the profile entity class.
Namespace
Drupal\profile\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}