protected function SendContextAction::getTempStoreName in TMGMT Translator Smartling 8.2
Same name and namespace in other branches
- 8.4 src/Plugin/Action/SendContextAction.php \Drupal\tmgmt_smartling\Plugin\Action\SendContextAction::getTempStoreName()
- 8 src/Plugin/Action/SendContextAction.php \Drupal\tmgmt_smartling\Plugin\Action\SendContextAction::getTempStoreName()
- 8.3 src/Plugin/Action/SendContextAction.php \Drupal\tmgmt_smartling\Plugin\Action\SendContextAction::getTempStoreName()
File
- src/
Plugin/ Action/ SendContextAction.php, line 84 - Contains \Drupal\smartling\Plugin\Action\TranslateNode.
Class
- SendContextAction
- Translate entity.
Namespace
Drupal\tmgmt_smartling\Plugin\ActionCode
protected function getTempStoreName($entity_type = '') {
return 'tmgmt_smartling_send_context';
}