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