You are here

public function ExportUser::setApplyAll 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::setApplyAll()
  2. 8.2 modules/social_features/social_user_export/src/Plugin/Action/ExportUser.php \Drupal\social_user_export\Plugin\Action\ExportUser::setApplyAll()
  3. 8.3 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\Action

Code

public function setApplyAll($applyAll) {
  $this->applyAll = $applyAll;
}