function Workspace::setCreatedTime

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/Entity/Workspace.php \Drupal\workspaces\Entity\Workspace::setCreatedTime()
  2. 10 core/modules/workspaces/src/Entity/Workspace.php \Drupal\workspaces\Entity\Workspace::setCreatedTime()
  3. 11.x core/modules/workspaces/src/Entity/Workspace.php \Drupal\workspaces\Entity\Workspace::setCreatedTime()

Overrides WorkspaceInterface::setCreatedTime

File

core/modules/workspaces/src/Entity/Workspace.php, line 151

Class

Workspace
The workspace entity class.

Namespace

Drupal\workspaces\Entity

Code

public function setCreatedTime($created) {
    return $this->set('created', (int) $created);
}

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