public function LingotekAccount::getEnterpriseStatusText in Lingotek Translation 7.2
Same name and namespace in other branches
- 7.3 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getEnterpriseStatusText()
- 7.4 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getEnterpriseStatusText()
File
- lib/
Drupal/ lingotek/ LingotekAccount.php, line 147 - Defines LingotekAccount.
Class
- LingotekAccount
- A class representing a Lingotek Account
Code
public function getEnterpriseStatusText() {
return $this->enterprise === TRUE ? '<span style="color: green;">Yes</span>' : '<span>No</span>';
}