You are here

public function LingotekAccount::showAdvanced in Lingotek Translation 8

File

src/LingotekAccount.php, line 112
Defines LingotekAccount.

Class

LingotekAccount

Namespace

Drupal\lingotek

Code

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