You are here

public function WorkspaceInterface::setCreatedTime in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/WorkspaceInterface.php \Drupal\workspaces\WorkspaceInterface::setCreatedTime()

Sets the workspace creation timestamp.

Parameters

int $timestamp: The workspace creation timestamp.

Return value

$this

1 method overrides WorkspaceInterface::setCreatedTime()
Workspace::setCreatedTime in core/modules/workspaces/src/Entity/Workspace.php
Sets the workspace creation timestamp.

File

core/modules/workspaces/src/WorkspaceInterface.php, line 35

Class

WorkspaceInterface
Defines an interface for the workspace entity type.

Namespace

Drupal\workspaces

Code

public function setCreatedTime($timestamp);