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