You are here

protected property MediaTypeForm::$entityFieldManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/media/src/MediaTypeForm.php \Drupal\media\MediaTypeForm::entityFieldManager

Entity field manager service.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

core/modules/media/src/MediaTypeForm.php, line 37

Class

MediaTypeForm
Form controller for media type forms.

Namespace

Drupal\media

Code

protected $entityFieldManager;