CommentInterface::getCreatedTime

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

1
public function getCreatedTime();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.