You are here

public function LingotekComment::getId in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.3 lib/Drupal/lingotek/LingotekComment.php \LingotekComment::getId()

Return the comment ID

Return value

int The ID associated with this object

Overrides LingotekTranslatableEntity::getId

File

lib/Drupal/lingotek/LingotekComment.php, line 461
Defines LingotekComment.

Class

LingotekComment
A class wrapper for Lingotek-specific behavior on Comments.

Code

public function getId() {
  return $this->comment->cid;
}