function WorkspaceInterface::getCreatedTime

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/WorkspaceInterface.php \Drupal\workspaces\WorkspaceInterface::getCreatedTime()
  2. 8.9.x core/modules/workspaces/src/WorkspaceInterface.php \Drupal\workspaces\WorkspaceInterface::getCreatedTime()
  3. 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 25

Class

WorkspaceInterface
Defines an interface for the workspace entity type.

Namespace

Drupal\workspaces

Code

public function getCreatedTime();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.