You are here

public function LingotekProfileInterface::setAutomaticUpload in Lingotek Translation 3.6.x

Same name and namespace in other branches
  1. 8 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticUpload()
  2. 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticUpload()
  3. 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticUpload()
  4. 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticUpload()
  5. 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticUpload()
  6. 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticUpload()
  7. 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticUpload()
  8. 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticUpload()
  9. 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticUpload()
  10. 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::setAutomaticUpload()
  11. 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\lingotek

Code

public function setAutomaticUpload($auto_upload);