public function LingotekProfile::getName in Lingotek Translation 7.7
1 call to LingotekProfile::getName()
- LingotekProfile::delete in lib/
Drupal/ lingotek/ LingotekProfile.php
File
- lib/
Drupal/ lingotek/ LingotekProfile.php, line 376 - Defines LingotekProfile
Class
- LingotekProfile
- A class wrapper for Lingotek Profiles
Code
public function getName() {
return $this
->getAttribute('name');
}