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