You are here

protected property ExportUser::$tempStoreFactory in Open Social 8.4

Same name and namespace in other branches
  1. 8 modules/social_features/social_user_export/src/Plugin/Action/ExportUser.php \Drupal\social_user_export\Plugin\Action\ExportUser::tempStoreFactory
  2. 8.2 modules/social_features/social_user_export/src/Plugin/Action/ExportUser.php \Drupal\social_user_export\Plugin\Action\ExportUser::tempStoreFactory
  3. 8.3 modules/social_features/social_user_export/src/Plugin/Action/ExportUser.php \Drupal\social_user_export\Plugin\Action\ExportUser::tempStoreFactory

The tempstore factory.

Type: \Drupal\user\PrivateTempStoreFactory

File

modules/social_features/social_user_export/src/Plugin/Action/ExportUser.php, line 28

Class

ExportUser
Exports a user accounts to CSV.

Namespace

Drupal\social_user_export\Plugin\Action

Code

protected $tempStoreFactory;