public function LingotekAccount::isEnterprise in Lingotek Translation 7.2
Same name and namespace in other branches
- 7.3 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::isEnterprise()
- 7.4 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::isEnterprise()
1 call to LingotekAccount::isEnterprise()
- LingotekAccount::getManagedTargets in lib/
Drupal/ lingotek/ LingotekAccount.php
File
- lib/
Drupal/ lingotek/ LingotekAccount.php, line 135 - Defines LingotekAccount.
Class
- LingotekAccount
- A class representing a Lingotek Account
Code
public function isEnterprise() {
return $this
->getEnterpriseStatus();
}