public function LingotekConfigurationServiceInterface::getFieldPropertiesLingotekEnabled in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldPropertiesLingotekEnabled()
- 4.0.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldPropertiesLingotekEnabled()
- 3.0.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldPropertiesLingotekEnabled()
- 3.1.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldPropertiesLingotekEnabled()
- 3.2.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldPropertiesLingotekEnabled()
- 3.3.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldPropertiesLingotekEnabled()
- 3.4.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldPropertiesLingotekEnabled()
- 3.5.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldPropertiesLingotekEnabled()
- 3.6.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldPropertiesLingotekEnabled()
- 3.7.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldPropertiesLingotekEnabled()
- 3.8.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getFieldPropertiesLingotekEnabled()
Gets the configured properties of a field that are enabled for Lingotek translation.
@returns string[] Field properties that are enabled.
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::getFieldPropertiesLingotekEnabled()
- LingotekConfigurationService::getFieldPropertiesLingotekEnabled in src/
LingotekConfigurationService.php - Gets the configured properties of a field that are enabled for Lingotek translation.
File
- src/
LingotekConfigurationServiceInterface.php, line 229 - Contains \Drupal\lingotek\LingotekConfigurationServiceInterface
Class
- LingotekConfigurationServiceInterface
- Defines service for accessing the Lingotek configuration.
Namespace
Drupal\lingotekCode
public function getFieldPropertiesLingotekEnabled($entity_type_id, $bundle, $field_name);