public CommentInterface::getCreatedTime()
Returns the time that the comment was created.
Return value
int The timestamp of when the comment was created.
File
- core/modules/comment/src/CommentInterface.php, line 181
Class
- CommentInterface
- Provides an interface defining a comment entity.
Namespace
Drupal\comment
Code
public function getCreatedTime();
Please login to continue.