You are here

public function LingotekConfigurationServiceInterface::setDefaultProfileId in Lingotek Translation 3.2.x

Same name and namespace in other branches
  1. 8 src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
  2. 8.2 src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
  3. 4.0.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
  4. 3.0.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
  5. 3.1.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
  6. 3.3.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
  7. 3.4.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
  8. 3.5.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
  9. 3.6.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
  10. 3.7.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::setDefaultProfileId()
  11. 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 101

Class

LingotekConfigurationServiceInterface
Defines service for accessing the Lingotek configuration.

Namespace

Drupal\lingotek

Code

public function setDefaultProfileId($entity_type_id, $bundle, $profile_id);