public function LingotekProfileInterface::setAutomaticDownload in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownload()
- 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownload()
- 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownload()
- 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownload()
- 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownload()
- 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownload()
- 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownload()
- 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownload()
- 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownload()
- 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownload()
- 3.8.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownload()
Sets whether this profile indicates automatic download of translations.
Parameters
bool $auto_download: Whether the profile indicates automatic download or not.
Return value
$this
1 method overrides LingotekProfileInterface::setAutomaticDownload()
- LingotekProfile::setAutomaticDownload in src/
Entity/ LingotekProfile.php - Sets whether this profile indicates automatic download of translations.
File
- src/
LingotekProfileInterface.php, line 130
Class
- LingotekProfileInterface
- Provides an interface defining a Lingotek profile entity.
Namespace
Drupal\lingotekCode
public function setAutomaticDownload($auto_download);