protected function DeleteJobAction::getTempStoreName in TMGMT Extension Suite 8
Same name and namespace in other branches
- 8.3 src/Plugin/Action/DeleteJobAction.php \Drupal\tmgmt_extension_suit\Plugin\Action\DeleteJobAction::getTempStoreName()
- 8.2 src/Plugin/Action/DeleteJobAction.php \Drupal\tmgmt_extension_suit\Plugin\Action\DeleteJobAction::getTempStoreName()
Overrides BaseJobAction::getTempStoreName
File
- src/
Plugin/ Action/ DeleteJobAction.php, line 16
Class
- DeleteJobAction
- Translate entity.
Namespace
Drupal\tmgmt_extension_suit\Plugin\ActionCode
protected function getTempStoreName($entity_type = '') {
return 'tmgmt_extension_suit_' . $entity_type . '_operations_delete';
}