You are here

public function WorkspaceInterface::getCreatedTime in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/WorkspaceInterface.php \Drupal\workspaces\WorkspaceInterface::getCreatedTime()
  2. 10 core/modules/workspaces/src/WorkspaceInterface.php \Drupal\workspaces\WorkspaceInterface::getCreatedTime()

Gets the workspace creation timestamp.

Return value

int Creation timestamp of the workspace.

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

File

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

Class

WorkspaceInterface
Defines an interface for the workspace entity type.

Namespace

Drupal\workspaces

Code

public function getCreatedTime();