public function LingotekIntelligenceMetadataInterface::setContentDescription in Lingotek Translation 8.2
Same name and namespace in other branches
- 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContentDescription()
- 3.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContentDescription()
- 3.1.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContentDescription()
- 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContentDescription()
- 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContentDescription()
- 3.4.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContentDescription()
- 3.5.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContentDescription()
- 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContentDescription()
- 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContentDescription()
- 3.8.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContentDescription()
Sets the description for this content.
Parameters
string $content_description: The Content Description.
Return value
$this
3 methods override LingotekIntelligenceMetadataInterface::setContentDescription()
- LingotekIntelligenceService::setContentDescription in src/
LingotekIntelligenceService.php - Sets the description for this content.
- LingotekIntelligenceServiceConfig::setContentDescription in src/
LingotekIntelligenceServiceConfig.php - Sets the description for this content.
- LingotekProfile::setContentDescription in src/
Entity/ LingotekProfile.php - Sets the description for this content.
File
- src/
LingotekIntelligenceMetadataInterface.php, line 165
Class
- LingotekIntelligenceMetadataInterface
- Contract for any Lingotek Intelligence metadata provider.
Namespace
Drupal\lingotekCode
public function setContentDescription($content_description);