public function Workspace::getCreatedTime in Workspace 8.2
Gets the workspace creation timestamp.
Return value
int Creation timestamp of the workspace.
Overrides WorkspaceInterface::getCreatedTime
File
- src/
Entity/ Workspace.php, line 152
Class
- Workspace
- The workspace entity class.
Namespace
Drupal\workspace\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}