You are here

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

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

Gets the Lingotek enabled fields for a given bundle.

@returns array Array of field names.

Parameters

string $entity_type_id: The type of the entity.

string $bundle: The bundle of the entity.

1 method overrides LingotekConfigurationServiceInterface::getFieldsLingotekEnabled()
LingotekConfigurationService::getFieldsLingotekEnabled in src/LingotekConfigurationService.php
Gets the Lingotek enabled fields for a given bundle.

File

src/LingotekConfigurationServiceInterface.php, line 188

Class

LingotekConfigurationServiceInterface
Defines service for accessing the Lingotek configuration.

Namespace

Drupal\lingotek

Code

public function getFieldsLingotekEnabled($entity_type_id, $bundle);