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