public function LingotekProfileInterface::getProject in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getProject()
- 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getProject()
- 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getProject()
- 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getProject()
- 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getProject()
- 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getProject()
- 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getProject()
- 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getProject()
- 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getProject()
- 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getProject()
- 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\lingotekCode
public function getProject();