You are here

public function LingotekIntelligenceMetadataInterface::setContactName in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContactName()
  2. 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContactName()
  3. 3.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContactName()
  4. 3.1.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContactName()
  5. 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContactName()
  6. 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContactName()
  7. 3.5.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContactName()
  8. 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContactName()
  9. 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::setContactName()
  10. 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\lingotek

Code

public function setContactName($contact_name);