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