You are here

public function LingotekComment::getEntityType in Lingotek Translation 7.4

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

Return the Drupal Entity type

Return value

string The entity type associated with this object

Overrides LingotekTranslatableEntity::getEntityType

File

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

Class

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

Code

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