public function LingotekConfigurationServiceInterface::getFieldsLingotekEnabled in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldsLingotekEnabled()
- 4.0.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldsLingotekEnabled()
- 3.0.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldsLingotekEnabled()
- 3.1.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldsLingotekEnabled()
- 3.2.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldsLingotekEnabled()
- 3.3.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldsLingotekEnabled()
- 3.4.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldsLingotekEnabled()
- 3.5.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldsLingotekEnabled()
- 3.6.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldsLingotekEnabled()
- 3.7.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldsLingotekEnabled()
- 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 185 - Contains \Drupal\lingotek\LingotekConfigurationServiceInterface
Class
- LingotekConfigurationServiceInterface
- Defines service for accessing the Lingotek configuration.
Namespace
Drupal\lingotekCode
public function getFieldsLingotekEnabled($entity_type_id, $bundle);