public CommentInterface::getTypeId()
Get the comment type id for this comment.
Return value
string The id of the comment type.
File
- core/modules/comment/src/CommentInterface.php, line 253
Class
- CommentInterface
- Provides an interface defining a comment entity.
Namespace
Drupal\comment
Code
public function getTypeId();
Please login to continue.