public function LingotekAccount::setStatus in Lingotek Translation 8
1 call to LingotekAccount::setStatus()
- LingotekAccount::__construct in src/
LingotekAccount.php - Constructor.
File
- src/
LingotekAccount.php, line 66 - Defines LingotekAccount.
Class
Namespace
Drupal\lingotekCode
public function setStatus($value = 'inactive') {
$this->status = $value;
}