You are here

public function LingotekProfile::save in Lingotek Translation 7.7

File

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

Class

LingotekProfile
A class wrapper for Lingotek Profiles

Code

public function save() {
  if ($this
    ->getId() !== LingotekSync::PROFILE_DISABLED && $this
    ->getId() !== LingotekSync::PROFILE_ENABLED) {
    variable_set('lingotek_profiles', self::$profiles);
  }
}