public function ExportUser::setApplyAll in Open Social 8
Same name and namespace in other branches
- 8.2 modules/social_features/social_user_export/src/Plugin/Action/ExportUser.php \Drupal\social_user_export\Plugin\Action\ExportUser::setApplyAll()
 - 8.3 modules/social_features/social_user_export/src/Plugin/Action/ExportUser.php \Drupal\social_user_export\Plugin\Action\ExportUser::setApplyAll()
 - 8.4 modules/social_features/social_user_export/src/Plugin/Action/ExportUser.php \Drupal\social_user_export\Plugin\Action\ExportUser::setApplyAll()
 
Set the apply_all property.
Parameters
bool $applyAll: Boolean that determines if this applies for all or not.
File
- modules/
social_features/ social_user_export/ src/ Plugin/ Action/ ExportUser.php, line 123  
Class
- ExportUser
 - Exports a user accounts to CSV.
 
Namespace
Drupal\social_user_export\Plugin\ActionCode
public function setApplyAll($applyAll) {
  $this->applyAll = $applyAll;
}