You are here

public function LingotekIntelligenceMetadataInterface::getContactName in Lingotek Translation 3.5.x

Same name and namespace in other branches
  1. 8.2 src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactName()
  2. 4.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactName()
  3. 3.0.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactName()
  4. 3.1.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactName()
  5. 3.2.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactName()
  6. 3.3.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactName()
  7. 3.4.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactName()
  8. 3.6.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactName()
  9. 3.7.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactName()
  10. 3.8.x src/LingotekIntelligenceMetadataInterface.php \Drupal\lingotek\LingotekIntelligenceMetadataInterface::getContactName()

Gets the name of the contact responsible for this content.

Return value

string

3 methods override LingotekIntelligenceMetadataInterface::getContactName()
LingotekIntelligenceService::getContactName in src/LingotekIntelligenceService.php
Gets the name of the contact responsible for this content.
LingotekIntelligenceServiceConfig::getContactName in src/LingotekIntelligenceServiceConfig.php
Gets the name of the contact responsible for this content.
LingotekProfile::getContactName in src/Entity/LingotekProfile.php
Gets the name of the contact responsible for this content.

File

src/LingotekIntelligenceMetadataInterface.php, line 121

Class

LingotekIntelligenceMetadataInterface
Contract for any Lingotek Intelligence metadata provider.

Namespace

Drupal\lingotek

Code

public function getContactName();