You are here

protected property ProfileValues::$init in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/src/Plugin/migrate/ProfileValues.php \Drupal\user\Plugin\migrate\ProfileValues::init

Flag determining whether the process plugin has been initialized.

Type: bool

File

core/modules/user/src/Plugin/migrate/ProfileValues.php, line 19

Class

ProfileValues
Plugin class for user migrations dealing with profile values.

Namespace

Drupal\user\Plugin\migrate

Code

protected $init = FALSE;