protected property UserCsvImportForm::$entityManager in User CSV import 8
Same name and namespace in other branches
- 2.0.x src/Form/UserCsvImportForm.php \Drupal\user_csv_import\Form\UserCsvImportForm::entityManager
- 1.0.x src/Form/UserCsvImportForm.php \Drupal\user_csv_import\Form\UserCsvImportForm::entityManager
Provides user entity.
Type: \Drupal\Core\Entity\EntityFieldManager
File
- src/
Form/ UserCsvImportForm.php, line 31
Class
- UserCsvImportForm
- Provides methods to define and build the user import form.
Namespace
Drupal\user_csv_import\FormCode
protected $entityManager;