You are here

protected property UserCsvImportForm::$entityManager in User CSV import 8

Same name and namespace in other branches
  1. 2.0.x src/Form/UserCsvImportForm.php \Drupal\user_csv_import\Form\UserCsvImportForm::entityManager
  2. 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\Form

Code

protected $entityManager;