You are here

protected property PhotosDirectoryImportForm::$entityTypeManager in Album Photos 6.0.x

Same name and namespace in other branches
  1. 8.5 src/Form/PhotosDirectoryImportForm.php \Drupal\photos\Form\PhotosDirectoryImportForm::entityTypeManager
  2. 8.4 src/Form/PhotosDirectoryImportForm.php \Drupal\photos\Form\PhotosDirectoryImportForm::entityTypeManager

The entity manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Form/PhotosDirectoryImportForm.php, line 47

Class

PhotosDirectoryImportForm
Defines a form to upload photos to this site.

Namespace

Drupal\photos\Form

Code

protected $entityTypeManager;