You are here

public function ProfileInterface::setRevisionCreationTime in Profile 2 8

Sets the profile revision creation timestamp.

Parameters

int $timestamp: The UNIX timestamp of when this revision was created.

Return value

\Drupal\profile\ProfileInterface The called profile entity.

1 method overrides ProfileInterface::setRevisionCreationTime()
Profile::setRevisionCreationTime in src/Entity/Profile.php
Sets the profile revision creation timestamp.

File

src/ProfileInterface.php, line 69
Contains \Drupal\profile\ProfileInterface.

Class

ProfileInterface
Provides an interface defining a profile entity.

Namespace

Drupal\profile

Code

public function setRevisionCreationTime($timestamp);