You are here

public function LingotekConfigurationServiceInterface::isFieldLingotekEnabled in Lingotek Translation 3.4.x

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

Determines if the field is enabled for Lingotek translation.

@returns bool TRUE if the specified field is configured for Lingotek translation.

Parameters

string $entity_type_id: The type of the entity.

string $bundle: The bundle of the entity.

string $field_name: The field of the bundle.

1 method overrides LingotekConfigurationServiceInterface::isFieldLingotekEnabled()
LingotekConfigurationService::isFieldLingotekEnabled in src/LingotekConfigurationService.php
Determines if the field is enabled for Lingotek translation.

File

src/LingotekConfigurationServiceInterface.php, line 203

Class

LingotekConfigurationServiceInterface
Defines service for accessing the Lingotek configuration.

Namespace

Drupal\lingotek

Code

public function isFieldLingotekEnabled($entity_type_id, $bundle, $field_name);