You are here

protected property PrivateMessageForm::$entityTypeManager in Private Message 8.2

Same name and namespace in other branches
  1. 8 src/Form/PrivateMessageForm.php \Drupal\private_message\Form\PrivateMessageForm::entityTypeManager

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides EntityForm::$entityTypeManager

File

src/Form/PrivateMessageForm.php, line 52

Class

PrivateMessageForm
Defines the private message form.

Namespace

Drupal\private_message\Form

Code

protected $entityTypeManager;