You are here

abstract protected function BaseJobAction::getTempStoreName in TMGMT Extension Suite 8.3

Same name and namespace in other branches
  1. 8 src/Plugin/Action/BaseJobAction.php \Drupal\tmgmt_extension_suit\Plugin\Action\BaseJobAction::getTempStoreName()
  2. 8.2 src/Plugin/Action/BaseJobAction.php \Drupal\tmgmt_extension_suit\Plugin\Action\BaseJobAction::getTempStoreName()

Returns temp storage name.

Parameters

string $entity_type: Entity type.

Return value

mixed Returns storage name.

5 methods override BaseJobAction::getTempStoreName()
CancelJobAction::getTempStoreName in src/Plugin/Action/CancelJobAction.php
Returns temp storage name.
ClearJobItemsDataAction::getTempStoreName in src/Plugin/Action/ClearJobItemsDataAction.php
Returns temp storage name.
DeleteJobAction::getTempStoreName in src/Plugin/Action/DeleteJobAction.php
Returns temp storage name.
DowloadJobAction::getTempStoreName in src/Plugin/Action/DowloadJobAction.php
Returns temp storage name.
RequestTranslationJobAction::getTempStoreName in src/Plugin/Action/RequestTranslationJobAction.php
Returns temp storage name.

File

src/Plugin/Action/BaseJobAction.php, line 82

Class

BaseJobAction
Class BaseJobAction.

Namespace

Drupal\tmgmt_extension_suit\Plugin\Action

Code

protected abstract function getTempStoreName($entity_type = '');