You are here

protected function SendContextAction::getTempStoreName in TMGMT Translator Smartling 8.4

Same name and namespace in other branches
  1. 8 src/Plugin/Action/SendContextAction.php \Drupal\tmgmt_smartling\Plugin\Action\SendContextAction::getTempStoreName()
  2. 8.2 src/Plugin/Action/SendContextAction.php \Drupal\tmgmt_smartling\Plugin\Action\SendContextAction::getTempStoreName()
  3. 8.3 src/Plugin/Action/SendContextAction.php \Drupal\tmgmt_smartling\Plugin\Action\SendContextAction::getTempStoreName()

File

src/Plugin/Action/SendContextAction.php, line 82
Contains \Drupal\smartling\Plugin\Action\TranslateNode.

Class

SendContextAction
Translate entity.

Namespace

Drupal\tmgmt_smartling\Plugin\Action

Code

protected function getTempStoreName($entity_type = '') {
  return 'tmgmt_smartling_send_context';
}