public function LingotekIntelligenceService::setExternalStyleId in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 8.2 src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setExternalStyleId()
- 4.0.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setExternalStyleId()
- 3.0.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setExternalStyleId()
- 3.1.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setExternalStyleId()
- 3.2.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setExternalStyleId()
- 3.3.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setExternalStyleId()
- 3.4.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setExternalStyleId()
- 3.5.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setExternalStyleId()
- 3.6.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setExternalStyleId()
- 3.7.x src/LingotekIntelligenceService.php \Drupal\lingotek\LingotekIntelligenceService::setExternalStyleId()
Sets the External Style ID that is associated with the marketing and style the content is using.
Parameters
string $external_style_id: The External Style ID.
Return value
$this
Overrides LingotekIntelligenceMetadataInterface::setExternalStyleId
File
- src/
LingotekIntelligenceService.php, line 194
Class
- LingotekIntelligenceService
- Service for managing Lingotek Intelligence related configuration.
Namespace
Drupal\lingotekCode
public function setExternalStyleId($external_style_id) {
return $this
->setValue('external_style_id', $external_style_id);
}