You are here

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

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

Returns whether this profile indicates automatic request of translations for an specific target language.

Parameters

string $langcode: The language code.

Return value

bool Whether the profile indicates automatic request or not.

1 method overrides LingotekProfileInterface::hasAutomaticRequestForTarget()
LingotekProfile::hasAutomaticRequestForTarget in src/Entity/LingotekProfile.php
Returns whether this profile indicates automatic request of translations for an specific target language.

File

src/LingotekProfileInterface.php, line 220

Class

LingotekProfileInterface
Provides an interface defining a Lingotek profile entity.

Namespace

Drupal\lingotek

Code

public function hasAutomaticRequestForTarget($langcode);