You are here

public function LingotekProfileInterface::getWorkflow in Lingotek Translation 3.7.x

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

Gets the workflow of the profile.

Return value

string The workflow identifier, used to request translations. If 'default', the default site workflow should be used.

1 method overrides LingotekProfileInterface::getWorkflow()
LingotekProfile::getWorkflow in src/Entity/LingotekProfile.php
Gets the workflow of the profile.

File

src/LingotekProfileInterface.php, line 197

Class

LingotekProfileInterface
Provides an interface defining a Lingotek profile entity.

Namespace

Drupal\lingotek

Code

public function getWorkflow();