You are here

public function WorkspacePointerInterface::getCreatedTime in Workspace 8

Gets the Workspace pointer creation timestamp.

Return value

int Creation timestamp of the Workspace pointer.

1 method overrides WorkspacePointerInterface::getCreatedTime()
WorkspacePointer::getCreatedTime in src/Entity/WorkspacePointer.php
Gets the Workspace pointer creation timestamp.

File

src/WorkspacePointerInterface.php, line 44

Class

WorkspacePointerInterface
Provides an interface for defining Workspace pointer entities.

Namespace

Drupal\workspace

Code

public function getCreatedTime();