public function CommentInterface::getCreatedTime in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 186 - Contains \Drupal\comment\CommentInterface.
Class
- CommentInterface
- Provides an interface defining a comment entity.
Namespace
Drupal\commentCode
public function getCreatedTime();