You are here

public function WorkspaceInterface::getStartTime in Multiversion 8

Returns the workspace creation timestamp.

Return value

int Creation timestamp of the workspace.

1 method overrides WorkspaceInterface::getStartTime()
Workspace::getStartTime in src/Entity/Workspace.php
Returns the workspace creation timestamp.

File

src/Entity/WorkspaceInterface.php, line 36

Class

WorkspaceInterface

Namespace

Drupal\multiversion\Entity

Code

public function getStartTime();