- Issue created by @Yekaterina
- First commit to issue fork.
PHP Fatal error: Type of Drupal\hubspot_api\Form\SettingsForm::$typedConfigManager must not be defined (as in class Drupal\Core\Form\ConfigFormBase) in /htdocs/modules/contrib/hubspot_api/src/Form/SettingsForm.php on line 21
Update core to 10.4.*
remove protected from line 25
protected TypedConfigManagerInterface $typedConfigManager,
and replace by
TypedConfigManagerInterface $typedConfigManager,
in Drupal\hubspot_api\Form\SettingsForm
Active
3.0
Code