public function NodeInterface::getCreatedTime in Drupal 10
Same name and namespace in other branches
- 8 core/modules/node/src/NodeInterface.php \Drupal\node\NodeInterface::getCreatedTime()
- 9 core/modules/node/src/NodeInterface.php \Drupal\node\NodeInterface::getCreatedTime()
Gets the node creation timestamp.
Return value
int Creation timestamp of the node.
File
- core/
modules/ node/ src/ NodeInterface.php, line 79
Class
- NodeInterface
- Provides an interface defining a node entity.
Namespace
Drupal\nodeCode
public function getCreatedTime();