You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The serializer service is passed now as a new parameter to DatabaseBackendFactory and DatabaseBackend constructors. Note that, for backward compatibility reasons, the parameter is optional. In Drupal 11.0.x it will be mandatory and the position in constructor signature will change.
https://www.drupal.org/node/3014688
Introduced in branch/version: 10.3.x / 10.3.0
The serializer service is passed now as a new parameter to
DatabaseBackendFactory
andDatabaseBackend
constructors. Note that, for backward compatibility reasons, the parameter is optional. In Drupal 11.0.x it will be mandatory and the position in constructor signature will change.Before
In services file:
Service classes:
After
In services file:
Service classes:
Other change notices for same issue
The text was updated successfully, but these errors were encountered: