You are here

public function LingotekConfigSet::setProjectId in Lingotek Translation 7.7

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

Assign the set's project ID in the config metadata table

File

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

Class

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

Code

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