You are here

public function LingotekProfile::isAutoDownload in Lingotek Translation 7.7

File

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

Class

LingotekProfile
A class wrapper for Lingotek Profiles

Code

public function isAutoDownload($target_locale = NULL) {
  return $this
    ->getAttribute('auto_download', $target_locale);
}