public function LingotekConfigurationServiceInterface::setDefaultProfileId in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
- 4.0.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
- 3.0.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
- 3.1.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
- 3.2.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
- 3.3.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
- 3.4.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
- 3.5.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
- 3.6.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
- 3.7.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
- 3.8.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
Sets the default Lingotek profile for the given entity type.
Parameters
string $entity_type_id: The type of the entity.
string $bundle: The bundle of the entity.
string $profile_id: The profile id.
1 method overrides LingotekConfigurationServiceInterface::setDefaultProfileId()
- LingotekConfigurationService::setDefaultProfileId in src/
LingotekConfigurationService.php - Sets the default Lingotek profile for the given entity type.
File
- src/
LingotekConfigurationServiceInterface.php, line 110 - Contains \Drupal\lingotek\LingotekConfigurationServiceInterface
Class
- LingotekConfigurationServiceInterface
- Defines service for accessing the Lingotek configuration.
Namespace
Drupal\lingotekCode
public function setDefaultProfileId($entity_type_id, $bundle, $profile_id);