You are here

public function WorkspacePointerInterface::setCreatedTime in Workspace 8

Sets the Workspace pointer creation timestamp.

Parameters

int $timestamp: The Workspace pointer creation timestamp.

Return value

\Drupal\workspace\WorkspacePointerInterface The called Workspace pointer entity.

1 method overrides WorkspacePointerInterface::setCreatedTime()
WorkspacePointer::setCreatedTime in src/Entity/WorkspacePointer.php
Sets the Workspace pointer creation timestamp.

File

src/WorkspacePointerInterface.php, line 55

Class

WorkspacePointerInterface
Provides an interface for defining Workspace pointer entities.

Namespace

Drupal\workspace

Code

public function setCreatedTime($timestamp);