You are here

public function LingotekAccount::isEnterprise in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.2 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::isEnterprise()
  2. 7.4 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::isEnterprise()

File

lib/Drupal/lingotek/LingotekAccount.php, line 112
Defines LingotekAccount.

Class

LingotekAccount
A class representing a Lingotek Account

Code

public function isEnterprise() {
  return $this
    ->isPlanType(self::ENTERPRISE);
}