public function LingotekAccount::getPlanType in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getPlanType()
- 7.3 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getPlanType()
- 7.5 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getPlanType()
- 7.6 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getPlanType()
2 calls to LingotekAccount::getPlanType()
- LingotekAccount::getPlanTypeText in lib/
Drupal/ lingotek/ LingotekAccount.php - LingotekAccount::isPlanType in lib/
Drupal/ lingotek/ LingotekAccount.php
File
- lib/
Drupal/ lingotek/ LingotekAccount.php, line 101 - Defines LingotekAccount.
Class
- LingotekAccount
- A class representing a Lingotek Account
Code
public function getPlanType() {
return $this->planType;
}