You are here

public function LingotekProfileInterface::hasCustomSettingsForTarget in Lingotek Translation 3.5.x

Same name and namespace in other branches
  1. 8 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
  2. 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
  3. 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
  4. 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
  5. 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
  6. 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
  7. 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
  8. 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
  9. 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
  10. 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::hasCustomSettingsForTarget()
  11. 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\lingotek

Code

public function hasCustomSettingsForTarget($langcode);