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