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