You are here

public function LingotekProfileInterface::hasAutomaticUpload in Lingotek Translation 3.7.x

Same name and namespace in other branches
  1. 8 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasAutomaticUpload()
  2. 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasAutomaticUpload()
  3. 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasAutomaticUpload()
  4. 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasAutomaticUpload()
  5. 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasAutomaticUpload()
  6. 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasAutomaticUpload()
  7. 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasAutomaticUpload()
  8. 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasAutomaticUpload()
  9. 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasAutomaticUpload()
  10. 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasAutomaticUpload()
  11. 3.8.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasAutomaticUpload()

Returns whether this profile indicates automatic upload of sources.

Return value

bool Whether the profile indicates automatic upload or not.

1 method overrides LingotekProfileInterface::hasAutomaticUpload()
LingotekProfile::hasAutomaticUpload in src/Entity/LingotekProfile.php
Returns whether this profile indicates automatic upload of sources.

File

src/LingotekProfileInterface.php, line 84

Class

LingotekProfileInterface
Provides an interface defining a Lingotek profile entity.

Namespace

Drupal\lingotek

Code

public function hasAutomaticUpload();