public function LingotekIntelligenceMetadataInterface::setExternalStyleId in Lingotek Translation 3.0.x
Same name and namespace in other branches
- 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setExternalStyleId()
- 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setExternalStyleId()
- 3.1.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setExternalStyleId()
- 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setExternalStyleId()
- 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setExternalStyleId()
- 3.4.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setExternalStyleId()
- 3.5.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setExternalStyleId()
- 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setExternalStyleId()
- 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setExternalStyleId()
- 3.8.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::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
3 methods override LingotekIntelligenceMetadataInterface::setExternalStyleId()
- LingotekIntelligenceService::setExternalStyleId in src/
LingotekIntelligenceService.php - Sets the External Style ID that is associated with the marketing and style the content is using.
- LingotekIntelligenceServiceConfig::setExternalStyleId in src/
LingotekIntelligenceServiceConfig.php - Sets the External Style ID that is associated with the marketing and style the content is using.
- LingotekProfile::setExternalStyleId in src/
Entity/ LingotekProfile.php - Sets the External Style ID that is associated with the marketing and style the content is using.
File
- src/
LingotekIntelligenceMetadataInterface.php, line 200
Class
- LingotekIntelligenceMetadataInterface
- Contract for any Lingotek Intelligence metadata provider.
Namespace
Drupal\lingotekCode
public function setExternalStyleId($external_style_id);