public function LingotekProfile::setName in Lingotek Translation 7.7
1 call to LingotekProfile::setName()
- LingotekProfile::__construct in lib/
Drupal/ lingotek/ LingotekProfile.php - Constructor.
File
- lib/
Drupal/ lingotek/ LingotekProfile.php, line 380 - Defines LingotekProfile
Class
- LingotekProfile
- A class wrapper for Lingotek Profiles
Code
public function setName($profile_name) {
$this
->setAttribute('name', $profile_name);
}