You are here

public function LingotekProfileInterface::setAutomaticRequest in Lingotek Translation 3.4.x

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

Sets whether this profile indicates automatic request of translations.

Parameters

bool $auto_request: Whether the profile indicates automatic request or not.

Return value

$this

1 method overrides LingotekProfileInterface::setAutomaticRequest()
LingotekProfile::setAutomaticRequest in src/Entity/LingotekProfile.php
Sets whether this profile indicates automatic request of translations.

File

src/LingotekProfileInterface.php, line 112

Class

LingotekProfileInterface
Provides an interface defining a Lingotek profile entity.

Namespace

Drupal\lingotek

Code

public function setAutomaticRequest($auto_request);