public function NodeInterface::getCreatedTime in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/node/src/NodeInterface.php \Drupal\node\NodeInterface::getCreatedTime()
Gets the node creation timestamp.
Return value
int Creation timestamp of the node.
1 method overrides NodeInterface::getCreatedTime()
- Node::getCreatedTime in core/
modules/ node/ src/ Entity/ Node.php - Gets the node creation timestamp.
File
- core/
modules/ node/ src/ NodeInterface.php, line 52 - Contains \Drupal\node\NodeInterface.
Class
- NodeInterface
- Provides an interface defining a node entity.
Namespace
Drupal\nodeCode
public function getCreatedTime();