You are here

protected property PhotosImageAddForm::$entityTypeManager in Album Photos 8.5

Same name and namespace in other branches
  1. 6.0.x src/Form/PhotosImageAddForm.php \Drupal\photos\Form\PhotosImageAddForm::entityTypeManager

The entity manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides EntityForm::$entityTypeManager

File

src/Form/PhotosImageAddForm.php, line 45

Class

PhotosImageAddForm
Defines a form to edit images.

Namespace

Drupal\photos\Form

Code

protected $entityTypeManager;