public function LingotekProfileInterface::setAutomaticDownloadWorker in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownloadWorker()
- 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownloadWorker()
- 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownloadWorker()
- 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownloadWorker()
- 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownloadWorker()
- 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownloadWorker()
- 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownloadWorker()
- 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownloadWorker()
- 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownloadWorker()
- 3.8.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticDownloadWorker()
Sets whether this profile indicates automatically adding downloads to a worker queue.
Parameters
bool $auto_download_worker: Whether the profile indicates automatic adding downloads to a worker queue.
Return value
$this
1 method overrides LingotekProfileInterface::setAutomaticDownloadWorker()
- LingotekProfile::setAutomaticDownloadWorker in src/
Entity/ LingotekProfile.php - Sets whether this profile indicates automatically adding downloads to a worker queue.
File
- src/
LingotekProfileInterface.php, line 148
Class
- LingotekProfileInterface
- Provides an interface defining a Lingotek profile entity.
Namespace
Drupal\lingotekCode
public function setAutomaticDownloadWorker($auto_download_worker);