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