public function FieldUiController::__construct in CiviCRM Entity 8.3
File
- src/
Controller/ FieldUiController.php, line 27
Class
Namespace
Drupal\civicrm_entity\ControllerCode
public function __construct(EntityTypeManagerInterface $entity_type_manager, EntityTypeBundleInfoInterface $entity_type_bundle_info) {
$this->entityTypeManager = $entity_type_manager;
$this->entityTypeBundleInfo = $entity_type_bundle_info;
}