public CommentType::getTargetEntityTypeId()
Gets the target entity type id for this comment type.
Return value
string The target entity type id.
Overrides CommentTypeInterface::getTargetEntityTypeId
File
- core/modules/comment/src/Entity/CommentType.php, line 92
Class
- CommentType
- Defines the comment type entity.
Namespace
Drupal\comment\Entity
Code
public function getTargetEntityTypeId() { return $this->target_entity_type_id; }
Please login to continue.