You are here

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

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

Sets the workflow of the profile.

Parameters

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

Return value

$this

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

File

src/LingotekProfileInterface.php, line 208

Class

LingotekProfileInterface
Provides an interface defining a Lingotek profile entity.

Namespace

Drupal\lingotek

Code

public function setWorkflow($workflow);