You are here

public function LingotekProfile::getProjectId in Lingotek Translation 7.7

File

lib/Drupal/lingotek/LingotekProfile.php, line 419
Defines LingotekProfile

Class

LingotekProfile
A class wrapper for Lingotek Profiles

Code

public function getProjectId() {
  return $this
    ->getAttribute('project_id');
}