Change record status: 
Introduced in branch: 
3.0.x
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\UserRestrictionsAddForm is now Drupal\user_restrictions\Form\UserRestrictionAddForm
  • Drupal\user_restrictions\Form\UserRestrictionsDeleteForm is now Drupal\user_restrictions\Form\UserRestrictionDeleteForm
  • Drupal\user_restrictions\Form\UserRestrictionsEditForm is now Drupal\user_restrictions\Form\UserRestrictionEditForm
  • Drupal\user_restrictions\Form\UserRestrictionsFormBase is now Drupal\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