function CommentInterface::getFieldName
Same name in other branches
- 9 core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::getFieldName()
- 8.9.x core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::getFieldName()
- 11.x core/modules/comment/src/CommentInterface.php \Drupal\comment\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.
1 method overrides CommentInterface::getFieldName()
- Comment::getFieldName in core/
modules/ comment/ src/ Entity/ Comment.php - Returns the name of the field the comment is attached to.
File
-
core/
modules/ comment/ src/ CommentInterface.php, line 98
Class
- CommentInterface
- Provides an interface defining a comment entity.
Namespace
Drupal\commentCode
public function getFieldName();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.