public function LingotekProfile::refresh in Lingotek Translation 7.7
2 calls to LingotekProfile::refresh()
- LingotekProfile::loadByName in lib/
Drupal/ lingotek/ LingotekProfile.php - LingotekProfile::__construct in lib/
Drupal/ lingotek/ LingotekProfile.php - Constructor.
File
- lib/
Drupal/ lingotek/ LingotekProfile.php, line 362 - Defines LingotekProfile
Class
- LingotekProfile
- A class wrapper for Lingotek Profiles
Code
public function refresh() {
self::$profiles = variable_get('lingotek_profiles', array());
}