You are here

public function LingotekProfile::toArray in Lingotek Translation 7.7

File

lib/Drupal/lingotek/LingotekProfile.php, line 447
Defines LingotekProfile

Class

LingotekProfile
A class wrapper for Lingotek Profiles

Code

public function toArray() {
  return array_merge(self::$global_profile, $this->profile);
}