You are here

public function MessageUIFieldDisplayManagerService::__construct in Message UI 8

Constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager service.

File

src/MessageUIFieldDisplayManagerService.php, line 27

Class

MessageUIFieldDisplayManagerService
Class MessageUIFieldDisplayManagerService.

Namespace

Drupal\message_ui

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}