public function LingotekAccount::showAdvanced in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::showAdvanced()
- 7.5 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);
}