You are here

public function LingotekComment::getEntityType in Lingotek Translation 7.3

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

Return the Drupal Entity type

Return value

string The entity type associated with this object

File

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

Class

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

Code

public function getEntityType() {
  return self::DRUPAL_ENTITY_TYPE;
}