public function ProfileInterface::getRevisionCreationTime in Profile 2 8
Returns the profile revision creation timestamp.
Return value
int The UNIX timestamp of when this revision was created.
1 method overrides ProfileInterface::getRevisionCreationTime()
- Profile::getRevisionCreationTime in src/
Entity/ Profile.php - Returns the profile revision creation timestamp.
File
- src/
ProfileInterface.php, line 58 - Contains \Drupal\profile\ProfileInterface.
Class
- ProfileInterface
- Provides an interface defining a profile entity.
Namespace
Drupal\profileCode
public function getRevisionCreationTime();