public CommentInterface::getFieldName()
Returns the name of the field the comment is attached to.
Return value
string The name of the field the comment is attached to.
File
- core/modules/comment/src/CommentInterface.php, line 81
Class
- CommentInterface
- Provides an interface defining a comment entity.
Namespace
Drupal\comment
Code
public function getFieldName();
Please login to continue.