You are here

public function WorkspaceInterface::getCreatedTime in Workspace 8.2

Gets the workspace creation timestamp.

Return value

int Creation timestamp of the workspace.

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

File

src/WorkspaceInterface.php, line 51

Class

WorkspaceInterface
Defines an interface for the workspace entity type.

Namespace

Drupal\workspace

Code

public function getCreatedTime();