public NodeInterface::getCreatedTime()
Gets the node creation timestamp.
Return value
int Creation timestamp of the node.
File
- core/modules/node/src/NodeInterface.php, line 48
Class
- NodeInterface
- Provides an interface defining a node entity.
Namespace
Drupal\node
Code
public function getCreatedTime();
Please login to continue.