public function LingotekAccount::showAdvanced in Lingotek Translation 8
File
- src/
LingotekAccount.php, line 112 - Defines LingotekAccount.
Class
Namespace
Drupal\lingotekCode
public function showAdvanced() {
return $this
->isPlanType(self::ADVANCED);
}