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