You are here

public function LingotekProfile::setProjectId in Lingotek Translation 7.7

File

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

Class

LingotekProfile
A class wrapper for Lingotek Profiles

Code

public function setProjectId($project_id) {
  $this
    ->setAttribute('project_id', $project_id);
}