function Node::getCreatedTime
Same name in other branches
- 9 core/modules/node/src/Entity/Node.php \Drupal\node\Entity\Node::getCreatedTime()
- 8.9.x core/modules/node/src/Entity/Node.php \Drupal\node\Entity\Node::getCreatedTime()
- 11.x core/modules/node/src/Entity/Node.php \Drupal\node\Entity\Node::getCreatedTime()
Overrides NodeInterface::getCreatedTime
File
-
core/
modules/ node/ src/ Entity/ Node.php, line 218
Class
- Node
- Defines the node entity class.
Namespace
Drupal\node\EntityCode
public function getCreatedTime() {
return $this->get('created')->value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.