You are here

public function LingotekConfigChunk::getProjectId in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.5 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::getProjectId()

Overrides LingotekTranslatableEntity::getProjectId

File

lib/Drupal/lingotek/LingotekConfigChunk.php, line 882
Defines LingotekConfigChunk.

Class

LingotekConfigChunk
A class wrapper for Lingotek-specific behavior on ConfigChunks.

Code

public function getProjectId() {
  return variable_get('lingotek_project', '');
}