function WorkspaceInterface::getCreatedTime
Same name in other branches
- 8.9.x core/modules/workspaces/src/WorkspaceInterface.php \Drupal\workspaces\WorkspaceInterface::getCreatedTime()
- 10 core/modules/workspaces/src/WorkspaceInterface.php \Drupal\workspaces\WorkspaceInterface::getCreatedTime()
- 11.x 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\workspacesCode
public function getCreatedTime();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.