function CommentInterface::getFieldName

Same name and namespace in other branches
  1. 9 core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::getFieldName()
  2. 10 core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::getFieldName()
  3. 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\comment

Code

public function getFieldName();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.