You are here

public function FieldUiController::__construct in CiviCRM Entity 8.3

File

src/Controller/FieldUiController.php, line 27

Class

FieldUiController

Namespace

Drupal\civicrm_entity\Controller

Code

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