You are here

public function LingotekConfigSet::getId in Lingotek Translation 7.7

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

Return the set ID for the current set

Return value

int The ID of the current set, if it exists, otherwise NULL

Overrides LingotekTranslatableEntity::getId

File

lib/Drupal/lingotek/LingotekConfigSet.php, line 112
Defines LingotekConfigSet.

Class

LingotekConfigSet
A class wrapper for Lingotek-specific behavior on ConfigSets.

Code

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