function CommentInterface::getCreatedTime
Same name in other branches
- 9 core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::getCreatedTime()
- 10 core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::getCreatedTime()
- 11.x core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::getCreatedTime()
Returns the time that the comment was created.
Return value
int The timestamp of when the comment was created.
1 method overrides CommentInterface::getCreatedTime()
- Comment::getCreatedTime in core/
modules/ comment/ src/ Entity/ Comment.php - Returns the time that the comment was created.
File
-
core/
modules/ comment/ src/ CommentInterface.php, line 198
Class
- CommentInterface
- Provides an interface defining a comment entity.
Namespace
Drupal\commentCode
public function getCreatedTime();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.