public function LingotekProfileInterface::hasCustomSettingsForTarget in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 8 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
- 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
- 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
- 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
- 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
- 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
- 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
- 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
- 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
- 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
- 3.8.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
Checks if the profile has custom settings for a given target language.
Parameters
string $langcode: The language code.
Return value
bool TRUE if there are customizations, FALSE if not.
1 method overrides LingotekProfileInterface::hasCustomSettingsForTarget()
- LingotekProfile::hasCustomSettingsForTarget in src/
Entity/ LingotekProfile.php - Checks if the profile has custom settings for a given target language.
File
- src/
LingotekProfileInterface.php, line 294
Class
- LingotekProfileInterface
- Provides an interface defining a Lingotek profile entity.
Namespace
Drupal\lingotekCode
public function hasCustomSettingsForTarget($langcode);