You are here

public function LingotekAccount::getPlanType in Lingotek Translation 8

2 calls to LingotekAccount::getPlanType()
LingotekAccount::getPlanTypeText in src/LingotekAccount.php
LingotekAccount::isPlanType in src/LingotekAccount.php

File

src/LingotekAccount.php, line 96
Defines LingotekAccount.

Class

LingotekAccount

Namespace

Drupal\lingotek

Code

public function getPlanType() {
  return $this->planType;
}