- public function __construct(EntityTypeManager $entity_type_manager, ConfigFactoryInterface $config_factory, EntityTypeBundleInfoInterface $bundle_info_service) {
$this->entityTypeManager = $entity_type_manager;
$this->configFactory = $config_factory;
$this->bundleInfoService = $bundle_info_service;
--- 41,54 ----
/**
* Constructs a \Drupal\like_and_dislike\Form\SettingsForm object.
+ public function __construct(EntityTypeManagerInterface $entity_type_manager, ConfigFactoryInterface $config_factory, EntityTypeBundleInfoInterface $bundle_info_service) {