- Issue created by @romulasry
- ๐ฎ๐ณIndia dev2.addweb
nilesh.addweb โ made their first commit to this issueโs fork.
- Merge request !27Added typed config manager in all config forms. โ (Merged) created by Unnamed author
- ๐ฎ๐ณIndia dev2.addweb
I have updated the configuration forms, please review MR.
- ๐ฆ๐บAustralia richo_au
I had the same issue. The underlying error was:
php.ERROR: InvalidArgumentException: Class "\Drupal\fastly\Form\FastlySettingsForm" does not exist. in Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition()
Applying Nilesh's patch fixed it for me.
Alright tell me when this is applied to 4.0.4 and pushed out so I can update my site to test it.
- Status changed to Needs review
2 days ago 5:03am 11 June 2025 - First commit to issue fork.
- ๐ฎ๐ฑIsrael jsacksick
Too bad you didn't commit the patch from ๐ Too few arguments to function Drupal\\Core\\Form\\ConfigFormBase::__construct() Active instead as here we're forced to chase changes to the parent constructor, while on the other issue we are no longer overridding the constructor, which protects us from furture changes to the parent class.