-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated function: Creation of dynamic property #414
Comments
AWearring
added a commit
that referenced
this issue
Mar 20, 2024
Thanks @AWearring - I'll take a look! |
finnlewis
added a commit
that referenced
this issue
Apr 18, 2024
* Fix for Deprecated function: Creation of dynamic property Fixes issue #414 * Update patch with diff from merge request by mglaman for PHP deprecation. * Update localgov_microsites.yml Updating test runner. --------- Co-authored-by: Finn Lewis <finn@opencode.uk>
Resolved with #415 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
autosave_form
module throws the following errorDeprecated function: Creation of dynamic property Drupal\autosave_form\Form\AutosaveFormBuilder::$_serviceId is deprecated in Symfony\Component\DependencyInjection\ContainerBuilder->createService()
This can be resolved by applying the following patch:
https://www.drupal.org/files/issues/2023-04-20/autosave_form-dynamic-property-deprecation.patch from https://www.drupal.org/project/autosave_form/issues/3355495
The text was updated successfully, but these errors were encountered: