You are here

public function LingotekProfileInterface::getProject in Lingotek Translation 3.3.x

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

Gets the TM project of the profile.

Return value

string The TM project identifier, used to upload documents. If 'default', the default site project should be used.

1 method overrides LingotekProfileInterface::getProject()
LingotekProfile::getProject in src/Entity/LingotekProfile.php
Gets the TM project of the profile.

File

src/LingotekProfileInterface.php, line 177

Class

LingotekProfileInterface
Provides an interface defining a Lingotek profile entity.

Namespace

Drupal\lingotek

Code

public function getProject();