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