public CommentInterface::permalink()
Returns the permalink URL for this comment.
Return value
File
- core/modules/comment/src/CommentInterface.php, line 245
Class
- CommentInterface
- Provides an interface defining a comment entity.
Namespace
Drupal\comment
Code
public function permalink();
Please login to continue.