By avpaderno on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
3.0.x
Issue links:
Description:
The form classes used for the user restriction entity have been renamed in the 3.0.x branch as follows.
Drupal\user_restrictions\Form\UserRestrictionsAddFormis nowDrupal\user_restrictions\Form\UserRestrictionAddFormDrupal\user_restrictions\Form\UserRestrictionsDeleteFormis nowDrupal\user_restrictions\Form\UserRestrictionDeleteFormDrupal\user_restrictions\Form\UserRestrictionsEditFormis nowDrupal\user_restrictions\Form\UserRestrictionEditFormDrupal\user_restrictions\Form\UserRestrictionsFormBaseis nowDrupal\user_restrictions\Form\UserRestrictionFormBase
Modules using the renamed classes would get a deprecation message.
Contributed and custom modules should not use
those classes (the renamed classes and the new ones), though, since they were supposed to be internal classes. They are now explicitly marked as internal.
Impacts:
Module developers