public function LingotekFake::getWorkflows in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 tests/modules/lingotek_test/src/LingotekFake.php \Drupal\lingotek_test\LingotekFake::getWorkflows()
- 4.0.x tests/modules/lingotek_test/src/LingotekFake.php \Drupal\lingotek_test\LingotekFake::getWorkflows()
- 3.0.x tests/modules/lingotek_test/src/LingotekFake.php \Drupal\lingotek_test\LingotekFake::getWorkflows()
- 3.1.x tests/modules/lingotek_test/src/LingotekFake.php \Drupal\lingotek_test\LingotekFake::getWorkflows()
- 3.2.x tests/modules/lingotek_test/src/LingotekFake.php \Drupal\lingotek_test\LingotekFake::getWorkflows()
- 3.3.x tests/modules/lingotek_test/src/LingotekFake.php \Drupal\lingotek_test\LingotekFake::getWorkflows()
- 3.4.x tests/modules/lingotek_test/src/LingotekFake.php \Drupal\lingotek_test\LingotekFake::getWorkflows()
- 3.5.x tests/modules/lingotek_test/src/LingotekFake.php \Drupal\lingotek_test\LingotekFake::getWorkflows()
- 3.6.x tests/modules/lingotek_test/src/LingotekFake.php \Drupal\lingotek_test\LingotekFake::getWorkflows()
- 3.7.x tests/modules/lingotek_test/src/LingotekFake.php \Drupal\lingotek_test\LingotekFake::getWorkflows()
- 3.8.x tests/modules/lingotek_test/src/LingotekFake.php \Drupal\lingotek_test\LingotekFake::getWorkflows()
Overrides LingotekInterface::getWorkflows
1 call to LingotekFake::getWorkflows()
- LingotekFake::getResources in tests/
modules/ lingotek_test/ src/ LingotekFake.php
File
- tests/
modules/ lingotek_test/ src/ LingotekFake.php, line 103
Class
Namespace
Drupal\lingotek_testCode
public function getWorkflows($force = FALSE) {
return [
'test_workflow' => 'Test workflow',
'test_workflow2' => 'Test workflow 2',
];
}