You are here

public function LingotekAccount::showAdvanced in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::showAdvanced()
  2. 7.6 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::showAdvanced()

File

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

Class

LingotekAccount
A class representing a Lingotek Account

Code

public function showAdvanced() {
  return $this
    ->isPlanType(self::ADVANCED);
}