public function LingotekConfigSet::getId in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 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 111 - Defines LingotekConfigSet.
Class
- LingotekConfigSet
- A class wrapper for Lingotek-specific behavior on ConfigSets.
Code
public function getId() {
return $this->sid;
}