public function WorkspaceInterface::setCreatedTime in Multiversion 8
Sets the workspace creation timestamp.
Parameters
int $timestamp: The workspace creation timestamp.
Return value
\Drupal\multiversion\Entity\WorkspaceInterface The called workspace entity.
1 method overrides WorkspaceInterface::setCreatedTime()
- Workspace::setCreatedTime in src/
Entity/ Workspace.php - Sets the workspace creation timestamp.
File
- src/
Entity/ WorkspaceInterface.php, line 28
Class
Namespace
Drupal\multiversion\EntityCode
public function setCreatedTime($timestamp);